summaryrefslogtreecommitdiffstats
path: root/usr.bin/cu/cu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ~R command to start recording output to a file.nicm2012-07-101-1/+2
|
* Trim some unused externs.nicm2012-07-101-3/+1
|
* Add builtin XMODEM send support with ~X, only tested with lrz -X so far.nicm2012-07-101-1/+5
|
* Once we've set up termios, lines need to be \r\n terminated, and we neednicm2012-07-101-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 sincenicm2012-07-101-1/+2
| | | | may want to use it for variables later).
* Add first cut of replacement for tip/cu. Not linked to the build.nicm2012-07-101-0/+37
Currently supports only -l and -s (no parity), no variables and ~., ~>, ~$, ~#, ~^Z, ~?. More to come. Tested by naddy, otto. ok miod deraadt