Commit fbc617e8 by Stéphane Graber

Merge pull request #727 from fanyeren/patch-17

lxc-top: print new line after flush terminal
parents aafeda82 4db667c4
......@@ -114,6 +114,7 @@ Options :\n\
static void stdin_tios_restore(void)
{
tcsetattr(0, TCSAFLUSH, &oldtios);
fprintf(stderr, "\n");
}
static int stdin_tios_setup(void)
......
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