[BusyBox] Set cursor off

Bardon Damien damien83 at free.fr
Wed Aug 3 01:01:58 MDT 2005


Hi,

What I am looking for is terminal code, yes, because my problem is that 
QT/Embedded has a black point on the screen, which is the terminal cursor. 
So, it has nothing to do with the mouse cursor (but thank you Rob). 

So I look at `man console_codes` and try a lot of think, and can't disable any 
console cursor. I don't understand why echo -e "\033[?25l" do nothing.

I'd really like not to install setterm and ncurses just for these features.

Thank you for your help.

Damien_



Le Mardi 2 Août 2005 12:24, walter harms a écrit :
> hi bardon.
> these terminal codes are terminal specific.
> use man console_codes to understand what happens.
>
> Basicly you should not use console codes at all use
> ncurses.
>
> re,
> 	walter
>
> Bardon Damien wrote:
> > It doesn't work, I have a framebuffer in /dev/vc/0, I try :
> > echo -e "\033[?1;;c > /dev/vc/0
> > and
> > echo -e "\033[?25l > /dev/vc/0
> >
> > But I have always a cursor in my QT/Embedded screen...
> >
> > Where can you find this codes ? Because I also need, for example, to
> > desactivate LCD power management on this terminal.
> >
> > Thank you very much for your help.
> >
> > Damien_
> >
> > Le Lundi 1 Août 2005 12:55, Aurelien Jacobs a écrit :
> >>On Mon, 01 Aug 2005 11:15:35 +0200
> >>
> >>damien83 at free.fr wrote:
> >>>Hello,
> >>>
> >>>How could I set the cursos off in ash, like setterm do with
> >>>setterm -cursor off
> >>>but without setterm...
> >>
> >>You can try :
> >>  echo -e "\033[?25l"
> >>And if using framebuffer you can also try :
> >>  echo -e "\033[?1;;c"
> >>
> >>Aurel
> >>
> >>------------------------------------------------------------------------
> >>
> >>_______________________________________________
> >>busybox mailing list
> >>busybox at mail.busybox.net
> >>http://busybox.net/mailman/listinfo/busybox





More information about the busybox mailing list