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:
lwvmobile 2022-02-20 17:03:47 -05:00 committed by GitHub
parent 2223183805
commit 2ed2dc36aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.");
}