summaryrefslogtreecommitdiffstats
path: root/games/grdc
diff options
context:
space:
mode:
Diffstat (limited to 'games/grdc')
-rw-r--r--games/grdc/grdc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c
index 42e6c3c..d5dc086 100644
--- a/games/grdc/grdc.c
+++ b/games/grdc/grdc.c
@@ -5,6 +5,8 @@
*
* modified 10-18-89 for curses (jrl)
* 10-18-89 added signal handling
+ *
+ * $FreeBSD$
*/
#include <time.h>
@@ -62,6 +64,7 @@ int n = 0;
cbreak();
noecho();
+ curs_set(0);
hascolor = has_colors();
OpenPOWER on IntegriCloud