[BusyBox] Set cursor off

Bardon Damien damien83 at free.fr
Tue Aug 2 01:18:03 MDT 2005


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


More information about the busybox mailing list