summaryrefslogtreecommitdiffstats
path: root/usr.bin/cu/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* simpler prototype repairsderaadt2013-11-121-1/+3
* Add a command (~D) to drop the DTR line for a second (similar to usingnicm2012-07-151-1/+7
* Make ~~ send a ~, pointed out by naddy.nicm2012-07-111-1/+4
* Add ~R command to start recording output to a file.nicm2012-07-101-1/+24
* Use function to restore termios and add ~X to help.nicm2012-07-101-1/+2
* Add builtin XMODEM send support with ~X, only tested with lrz -X so far.nicm2012-07-101-1/+20
* +limits.h.nicm2012-07-101-1/+2
* Once we've set up termios, lines need to be \r\n terminated, and we neednicm2012-07-101-7/+7
* closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appears ;-).nicm2012-07-101-3/+3
* Implement ~C.nicm2012-07-101-1/+54
* Restore termios and signal handlers before ~$ so ^C will kill child.nicm2012-07-101-1/+10
* Add a ~S escape to change the speed interactively (not using ~s sincenicm2012-07-101-3/+27
* Add first cut of replacement for tip/cu. Not linked to the build.nicm2012-07-101-0/+135