summaryrefslogtreecommitdiff
path: root/usr.bin/cu/input.c
AgeCommit message (Collapse)Author
2012-07-10Once we've set up termios, lines need to be \r\n terminated, and we needNicholas Marriott
to reset termios before exiting. So add custom versions of err(), errx(), warn(), warnx() to handle this.
2012-07-10Add first cut of replacement for tip/cu. Not linked to the build.Nicholas Marriott
Currently supports only -l and -s (no parity), no variables and ~., ~>, ~$, ~#, ~^Z, ~?. More to come. Tested by naddy, otto. ok miod deraadt