mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 15:29:56 +00:00
lxc-top: print new line after flush terminal
I think this is a common feature for top-like programs. Signed-off-by: feng xiahou xiahoufeng@yahoo.com
This commit is contained in:
parent
ab5723672b
commit
4db667c4fa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user