summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetong <getonga@aliyun.com>2015-10-04 13:50:29 +0800
committergetong <getonga@aliyun.com>2015-10-04 13:50:29 +0800
commit610c89e1c724962c7168a204dda3d3bc577f190a (patch)
treeb7c4022d0cd48471cfc9b882d57d7aa9b1f7db05
parent4b27839d070eb918454c78adcf7c5ad8e387cc26 (diff)
downloadfbv-610c89e1c724962c7168a204dda3d3bc577f190a.tar.gz
fbv-610c89e1c724962c7168a204dda3d3bc577f190a.zip
remove the print in the middle of the console, in case of fbterm + tmux
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}
OpenPOWER on IntegriCloud