diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-03 22:48:10 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-03 22:48:10 +0100 |
commit | 6543be77b37ad7626d4a4b1a368f6fcbafc89b24 (patch) | |
tree | 9315d754a8e72b08875f475a64c7b5df7a8ad455 | |
parent | d03ba1262c22aa43ffc66acb8c1394326fd4c013 (diff) | |
download | SystDigit-Projet-6543be77b37ad7626d4a4b1a368f6fcbafc89b24.tar.gz SystDigit-Projet-6543be77b37ad7626d4a4b1a368f6fcbafc89b24.zip |
Nothingness, again.
-rw-r--r-- | monitor/disp.c | 2 | ||||
-rwxr-xr-x | monitor/mon | bin | 17247 -> 17487 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/monitor/disp.c b/monitor/disp.c index 7d24325..5a699de 100644 --- a/monitor/disp.c +++ b/monitor/disp.c @@ -21,6 +21,7 @@ static WINDOW *wpstatus, *wpoutput, *wcmdline; void disp_init() { initscr(); + savetty(); cbreak(); noecho(); nonl(); @@ -39,6 +40,7 @@ void disp_init() { } void disp_finish() { + resetty(); endwin(); } diff --git a/monitor/mon b/monitor/mon Binary files differindex 9da1072..d74f52a 100755 --- a/monitor/mon +++ b/monitor/mon |