Curses: How to make cursor invisible?
    Thomas Omerzu 
    omerzu at quando.quantum.de
       
    Wed Jul  4 18:48:52 AEST 1990
    
    
  
In article <1990Jul3.203337.6434 at d.cs.okstate.edu>
ramkuma at d.cs.okstate.edu (RAMKUMAR P RANGANA) writes:
>HI Ya'll!
>
>	I tried to find out the escape sequence for the  
>	vi = .. (entry in termcap) for making the cursor invisible
>	but could find one. I could not find the same in the 
>	terminal manual for VT220.
[...]
Try to use
	<ESC>[?25l
to make cursor invisible and
	<ESC>[?25h
to enable cursor again.
Hope it works for your terminal.
-- 
*-----------------------------------------------------------------------------*
Thomas Omerzu      UUCP:     ...!unido!quando!omerzu / omerzu at quando.uucp
  Quantum GmbH,    Bitnet:   UNIDO!quando!omerzu / omerzu%quando at UNIDO(.bitnet)
Dortmund, Germany  Internet: omerzu at quando.quantum.de
    
    
More information about the Comp.unix.questions
mailing list