[Prev][Next][Index][Thread]

Re: CURSOR INVISIBLE




On Tue, 24 Sep 1996, Eddie Harari wrote:

>  I am working on a program that use ncurses lib , 
>  can any one tell me please how do i make the curser invisible???
> 
>  the function curs_set(0) does not work !
> 
> or I miss somthing here ....

i'm afraid it works only in some terminal emulations (like vt220) but not
in others (like vt100). the more 'primitive' ones do not have this 'cursor
elimination' option. usualyl what they do is move the cursor to sulk in
the corner, where it's least noticed.

guy


References: