diff --git a/output/terminal_ncurses.c b/output/terminal_ncurses.c index 29a17b9..e2e1bc0 100644 --- a/output/terminal_ncurses.c +++ b/output/terminal_ncurses.c @@ -249,7 +249,7 @@ void cleanup_terminal_ncurses(void) { echo(); system("setfont >/dev/null 2>&1"); system("setfont /usr/share/consolefonts/Lat2-Fixed16.psf.gz >/dev/null 2>&1"); - system("setterm -blank 10"); + system("setterm -blank 10 >/dev/null 2>&1"); /*for(int i = 0; i < gradient_size; ++i) { if(the_color_redefinitions[i].color) { init_color(the_color_redefinitions[i].color,