mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-28 09:06:52 +00:00
terminal: enable local output processing
Signed-off-by: Jonathan Calmels <jcalmels@nvidia.com>
This commit is contained in:
parent
9b7f09d1d6
commit
300ec7176b
@ -509,7 +509,7 @@ int lxc_setup_tios(int fd, struct termios *oldtios)
|
|||||||
#ifdef IEXTEN
|
#ifdef IEXTEN
|
||||||
newtios.c_lflag &= ~IEXTEN;
|
newtios.c_lflag &= ~IEXTEN;
|
||||||
#endif
|
#endif
|
||||||
newtios.c_oflag &= ~OPOST;
|
newtios.c_oflag |= OPOST;
|
||||||
newtios.c_cc[VMIN] = 1;
|
newtios.c_cc[VMIN] = 1;
|
||||||
newtios.c_cc[VTIME] = 0;
|
newtios.c_cc[VTIME] = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user