aboutsummaryrefslogtreecommitdiff
path: root/rtty.c
AgeCommit message (Expand)Author
2021-09-13Fix OS X compatibilityHEADmasterJohn Ankarström
2021-08-27Remove superfluous lineJohn Ankarström
2021-07-24Handle tabs converted to spaces in echo from serverJohn Ankarström
2021-07-24Remove superfluous commentsJohn Ankarström
2021-07-17Rename +h flag to +i (interactive), reverse meaningJohn Ankarström
2021-07-17Add +h (hard-copy) flagJohn Ankarström
2021-07-17Add +x (escaped command) flagJohn Ankarström
2021-07-15Match "pass phrase" with a spaceJohn Ankarström
2021-07-15Use -l22 for prJohn Ankarström
2021-07-15Reverse meaning of +d (dumb) flagJohn Ankarström
2021-07-15Add +d (detect password prompt) flagJohn Ankarström
2021-07-15Improve sshpass codeJohn Ankarström
2021-07-15Add -P option (ask for password)John Ankarström
2021-07-14Use -Pass option for sshpassJohn Ankarström
2021-07-14Add SSHPASS compile-time flagJohn Ankarström
2021-07-14Use -oBatchMode=yes for sshJohn Ankarström
2021-07-14Exit when child (ssh) exitsJohn Ankarström
2021-07-14Use 23 lines for prJohn Ankarström
2021-07-14Use -t option for pr (reomve header and margins)John Ankarström
2021-07-14Move initial command to INIT constantJohn Ankarström
2021-07-14Add INTRO, use PAGER='pr -pl25'John Ankarström
2021-07-14rtty.c: Remove unnecessary includeJohn Ankarström
2021-07-14Implement rtty in rio.c, rename to rtty.cJohn Ankarström
2021-07-14Rename rtty to rio, rd to rttyJohn Ankarström
2021-07-14rtty.c: Don't eat output after repeated typed commandJohn Ankarström
2021-07-14rtty.c: Ignore repetition of typed commandJohn Ankarström
2021-07-14rtty.c: Remove superfluous codeJohn Ankarström
2021-07-14Add rtty.cJohn Ankarström