Turning off the curser.

Mark Winsor wmark at wb3ffv.ampr.org
Mon Dec 17 16:24:44 AEST 1990


> | This is on Sys V 386 using curses.  I have a nice menu but the blinking
> | curser makes it look messy.
> 
>   ANSI escapes:
> 
> 	\033[=12;10C	# cursor off
> 	\033[=10;12C	# cursor on

Use curs_set(0) for sys5.3 (Can't vouch for others. 0 turns off the curser
1 turns it to normal, and 2 turns it super-visible).

Mark S. Winsor
Systems Analyst
ProVAR, Inc.



More information about the Comp.unix.programmer mailing list