summaryrefslogtreecommitdiffstats
path: root/games/grdc
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-09-18 03:59:33 +0000
committergreen <green@FreeBSD.org>1999-09-18 03:59:33 +0000
commit60398a1536a981a67141b78de13a73969554cf53 (patch)
treec26009905c9755b43fd7d7f05e7a40a11026c1a8 /games/grdc
parent8703e5f3a41edbd5b58ac6e399d1c7a2257454c8 (diff)
downloadFreeBSD-src-60398a1536a981a67141b78de13a73969554cf53.zip
FreeBSD-src-60398a1536a981a67141b78de13a73969554cf53.tar.gz
Add curs_set(0) to get rid of that annoying cursor. I also have to evilly
add $FreeBSD$ so I can commit this.
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