Add curs_set(0) to get rid of that annoying cursor. I also have to evilly

add $FreeBSD$ so I can commit this.
This commit is contained in:
green 1999-09-18 03:59:33 +00:00
parent 8703e5f3a4
commit 60398a1536

View File

@ -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();