Commit 300ec717 by Jonathan Calmels

terminal: enable local output processing

parent 9b7f09d1
......@@ -509,7 +509,7 @@ int lxc_setup_tios(int fd, struct termios *oldtios)
#ifdef IEXTEN
newtios.c_lflag &= ~IEXTEN;
#endif
newtios.c_oflag &= ~OPOST;
newtios.c_oflag |= OPOST;
newtios.c_cc[VMIN] = 1;
newtios.c_cc[VTIME] = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment