mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
Fix: printed output flags (onocr) and (onlret) same as oxtabs
PR: 81256 Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su>
This commit is contained in:
parent
748741c7ae
commit
aaf9c3b784
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146636
@ -142,8 +142,8 @@ print(struct termios *tp, struct winsize *wp, int ldisc, enum FMT fmt)
|
||||
put("-onlcr", ONLCR, 1);
|
||||
put("-ocrnl", OCRNL, 0);
|
||||
put("-oxtabs", OXTABS, 1);
|
||||
put("-onocr", OXTABS, 0);
|
||||
put("-onlret", OXTABS, 0);
|
||||
put("-onocr", ONOCR, 0);
|
||||
put("-onlret", ONLRET, 0);
|
||||
|
||||
/* control flags (hardware state) */
|
||||
tmp = tp->c_cflag;
|
||||
|
Loading…
Reference in New Issue
Block a user