Call endwin() to restore terminal state just before exiting.

Approved by:	phk
This commit is contained in:
Giorgos Keramidas 2003-03-21 09:34:23 +00:00
parent 430bd13fe9
commit dfb085cc35

View file

@ -228,5 +228,7 @@ main(int argc, char **argv)
break;
}
}
endwin();
exit (0);
}