aboutsummaryrefslogtreecommitdiff
path: root/games/grdc
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-09-18 03:59:33 +0000
committerBrian Feldman <green@FreeBSD.org>1999-09-18 03:59:33 +0000
commit22f0eae8c855c4b7650382ad7883b96ae32ad0b7 (patch)
treee35e69ceb0cce1ea22fe20a91199aace73b52a04 /games/grdc
parentff8b0106a8b0fe94d7a78cafcf9d28dc085bf7a6 (diff)
Notes
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 42e6c3c39182..d5dc086748ff 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();