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:
parent
8703e5f3a4
commit
60398a1536
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user