mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 13:23:50 +00:00
More ifdef goo is needed due to NOKERNINFO.
This commit is contained in:
parent
bc47596313
commit
202c04414c
1 changed files with 2 additions and 0 deletions
2
client.c
2
client.c
|
|
@ -246,7 +246,9 @@ client_main(int argc, char **argv, int flags)
|
|||
cfmakeraw(&tio);
|
||||
tio.c_iflag = ICRNL|IXANY;
|
||||
tio.c_oflag = OPOST|ONLCR;
|
||||
#ifdef NOKERNINFO
|
||||
tio.c_lflag = NOKERNINFO;
|
||||
#endif
|
||||
tio.c_cflag = CREAD|CS8|HUPCL;
|
||||
tio.c_cc[VMIN] = 1;
|
||||
tio.c_cc[VTIME] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue