mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
DtTerm: enable post-process output.
This commit is contained in:
parent
e2646219a4
commit
b816b85575
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ _DtTermPrimPtyInit
|
|||
*/
|
||||
tio.c_oflag &= ~(OCRNL | ONLRET | NLDLY | CRDLY | TABDLY |
|
||||
BSDLY | VTDLY | FFDLY);
|
||||
tio.c_oflag |= ONLCR;
|
||||
tio.c_oflag |= ONLCR | OPOST;
|
||||
|
||||
/* baud rate is 9600 (nice default), turn off clocal and turn on
|
||||
* hupcl so that the last close will SIGHUP processes running on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue