Skip to content
Snippets Groups Projects
Commit 62f79bb5 authored by deuce's avatar deuce
Browse files

Call endwin() at exit (Should fix raw keyboard after exit issue)

parent 97c24546
No related branches found
No related tags found
No related merge requests found
......@@ -633,6 +633,7 @@ int curs_initciolib(long inmode)
keypad(stdscr, TRUE);
scrollok(stdscr,FALSE);
raw();
atexit(endwin);
/* Set up color pairs */
for(bg=0;bg<8;bg++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment