1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-07 15:54:14 -04:00

Add a call to turn the cursor on--just in case

This commit is contained in:
John Zaitseff 2011-07-23 10:04:09 +10:00
parent fc60a9fef1
commit a5feeb2635

View File

@ -248,6 +248,7 @@ void end_screen (void)
{
delalltxwin();
curs_set(CURS_ON);
clear();
refresh();
endwin();