Turning off the curser.

Wm E. Davidsen Jr davidsen at sixhub.UUCP
Thu Dec 13 14:52:10 AEST 1990


In article <21 at talgras.UUCP> david at talgras.UUCP (David Hoopes) writes:

| Can anyone tell me now to turn off the curser so that it does not
| show up on the screen.
| 
| 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
-- 
bill davidsen - davidsen at sixhub.uucp (uunet!crdgw1!sixhub!davidsen)
    sysop *IX BBS and Public Access UNIX
    moderator of comp.binaries.ibm.pc and 80386 mailing list
"Stupidity, like virtue, is its own reward" -me



More information about the Comp.unix.programmer mailing list