Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ~R command to start recording output to a file. | 2012-07-10 | 1 | -1/+2 | |
| | |||||
* | Trim some unused externs. | 2012-07-10 | 1 | -3/+1 | |
| | |||||
* | Add builtin XMODEM send support with ~X, only tested with lrz -X so far. | 2012-07-10 | 1 | -1/+5 | |
| | |||||
* | Once we've set up termios, lines need to be \r\n terminated, and we need | 2012-07-10 | 1 | -1/+11 | |
| | | | | | to reset termios before exiting. So add custom versions of err(), errx(), warn(), warnx() to handle this. | ||||
* | Add a ~S escape to change the speed interactively (not using ~s since | 2012-07-10 | 1 | -1/+2 | |
| | | | | may want to use it for variables later). | ||||
* | Add first cut of replacement for tip/cu. Not linked to the build. | 2012-07-10 | 1 | -0/+37 | |
Currently supports only -l and -s (no parity), no variables and ~., ~>, ~$, ~#, ~^Z, ~?. More to come. Tested by naddy, otto. ok miod deraadt |