From 610c89e1c724962c7168a204dda3d3bc577f190a Mon Sep 17 00:00:00 2001 From: getong Date: Sun, 4 Oct 2015 13:50:29 +0800 Subject: remove the print in the middle of the console, in case of fbterm + tmux --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index a7b231e..43a8846 100644 --- a/main.c +++ b/main.c @@ -39,7 +39,7 @@ void setup_console(int t) } else { - printf("restore console\n"); + //printf("restore console\n"); tcsetattr(0, TCSANOW, &old_termios); } } -- cgit v1.2.1