From a5feeb2635581e31377374bd502ef0d45091c50f Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sat, 23 Jul 2011 10:04:09 +1000 Subject: [PATCH] Add a call to turn the cursor on--just in case --- src/intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intf.c b/src/intf.c index 78beac9..2068ae9 100644 --- a/src/intf.c +++ b/src/intf.c @@ -248,6 +248,7 @@ void end_screen (void) { delalltxwin(); + curs_set(CURS_ON); clear(); refresh(); endwin();