[BusyBox] Set cursor off

Aurelien Jacobs aurel at gnuage.org
Mon Aug 1 10:55:51 UTC 2005


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