diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2020-02-04 19:24:10 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2020-02-04 19:24:10 +0000 |
| commit | d4c816e3f86122bd6c6d9dfaf35a4c0b3c6f63d2 (patch) | |
| tree | 80d4ab8e237b5fad7069a417358e2317ace21aed /usr.bin | |
| parent | 564462232a2572d9bedeb4ac887bab56d245c064 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tip/tip/tip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index 066d679c87b2..a6f7ba1ee279 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -417,8 +417,9 @@ tipin(void) if (boolean(value(HALFDUPLEX))) printf("\r\n"); continue; - } else if (!cumode && gch == character(value(FORCE))) + } else if (!cumode && gch == character(value(FORCE))) { gch = getchar()&STRIP_PAR; + } bol = any(gch, value(EOL)); if (boolean(value(RAISE)) && islower(gch)) gch = toupper(gch); |
