summaryrefslogtreecommitdiff
path: root/usr.bin/cu/cu.c
AgeCommit message (Expand)Author
2013-04-24simplify tilde expand as seen in ssh. ok nicmTed Unangst
2013-01-17Fix a couple of spacing/style nits.Nicholas Marriott
2013-01-17Instead of creating line termios from scratch, call tcgetattr() andNicholas Marriott
2012-07-13kill unused variableAlexander Hall
2012-07-13make the compat for -XXX to -s XXX simpler. sometimes you dont need to useDavid Gwynne
2012-07-12Set CLOCAL in remove c_cflag or line noise is likely to make cu exit asNicholas Marriott
2012-07-12Add handler for SIGHUP.Nicholas Marriott
2012-07-10Fix usage.Nicholas Marriott
2012-07-10Add ~R command to start recording output to a file.Nicholas Marriott
2012-07-10Use function to restore termios and add ~X to help.Nicholas Marriott
2012-07-10Once we've set up termios, lines need to be \r\n terminated, and we needNicholas Marriott
2012-07-10Restore termios and signal handlers before ~$ so ^C will kill child.Nicholas Marriott
2012-07-10Add a ~S escape to change the speed interactively (not using ~s sinceNicholas Marriott
2012-07-10Add first cut of replacement for tip/cu. Not linked to the build.Nicholas Marriott