Commit History

Author SHA1 Message Date
  Jochen Sprickerhof 6f1e4abb64 Error handling for getcursorposition 6 years ago
  Jochen Sprickerhof 177976ae00 Support scroll back after clear screen 6 years ago
  Jochen Sprickerhof 4aa27c1b14 Don't print child output while scrolling 6 years ago
  Jochen Sprickerhof 4c4aa0e7eb Fix clear screen esc sequences detection 6 years ago
  Jochen Sprickerhof 75d5887e31 Fix typo 6 years ago
  Jochen Sprickerhof 63f1649489 Integrate clear screen detection into isaltscreen 6 years ago
  Jochen Sprickerhof 54ac69d9a5 Add TODO for strcmp 6 years ago
  Jan Klemkow 91d126eabe fix strncmp bug by using strcmp 6 years ago
  Jan Klemkow 8718290ad5 fix broke build, add missing variable declaration 6 years ago
  Jan Klemkow a0cb60891a passthrough EOF from Terminal to child, plus exit handling 6 years ago
  Jan Klemkow c4153df620 explicit continue on EOF while read vom child, plus comment 6 years ago
  Jan Klemkow 5f5cc69f25 make poll call more readable by replacing constant with LENGTH makro 6 years ago
  Jan Klemkow d40d23e29a move signal handling before fork to avoid race with sigchild 6 years ago
  Jan Klemkow aa683cbd83 simplify terminal check 6 years ago
  Jan Klemkow 7a2762d0c1 add option -h for usage 6 years ago
  Jan Klemkow c63796d9bd add comment for terminal settings 6 years ago
  Jochen Sprickerhof aa67a3e9c8 Remove useless continue 6 years ago
  Jan Klemkow 8bcfdd94e2 add comment for jumpdown 6 years ago
  Jochen Sprickerhof ba4826d4ce Fix line length 6 years ago
  Jan Klemkow ab23a4943f more specific comment 6 years ago
  Jochen Sprickerhof f69ab9f5ad Simplify condition and add comment 6 years ago
  Jochen Sprickerhof 66f97243ff Simplify window fraction logic 6 years ago
  Jochen Sprickerhof 4ed0bd4aa3 Simplify syntax 6 years ago
  Jan Klemkow e37cb1032a take default shell if no program argument is given 6 years ago
  Jan Klemkow f1e7a78ba2 remove dead code 6 years ago
  Jochen Sprickerhof 6a8eeb702a redraw upon sigwinch 6 years ago
  Jan Klemkow b11c164c60 set resource limit for scroll back buffer size 6 years ago
  Jochen Sprickerhof 13d77c4020 Fix bug with empty lines in scrollback 6 years ago
  Jochen Sprickerhof 7281a8b5bc Break lines at \n 6 years ago
  Jochen Sprickerhof c6622082ff Don't strip first two chars if they are not a \r\n 6 years ago