Minor bug fix....
This commit is contained in:
@@ -298,6 +298,7 @@ curses_drv_close ()
|
|||||||
|
|
||||||
move (0, 0);
|
move (0, 0);
|
||||||
endwin ();
|
endwin ();
|
||||||
|
curs_set(1);
|
||||||
|
|
||||||
if (curses_drv->framebuf != NULL)
|
if (curses_drv->framebuf != NULL)
|
||||||
free (curses_drv->framebuf);
|
free (curses_drv->framebuf);
|
||||||
|
|||||||
Reference in New Issue
Block a user