Minor Tweak
Add lines to instruct user to hit CTRL+C again on exit, and also to run reset in terminal to clean up any mess.
This commit is contained in:
parent
2223183805
commit
2ed2dc36aa
|
|
@ -478,7 +478,7 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
|
|||
|
||||
void ncursesClose ()
|
||||
{
|
||||
//erase();
|
||||
//refresh();
|
||||
endwin();
|
||||
fprintf(stderr, "Press CTRL+C again to close. Thanks.");
|
||||
fprintf(stderr, "Run 'reset' in your terminal to clean up if necessary.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue