Paul Fox wrote: > > As another post said - nothing to do with BusyBox. But it's the kernel > > that's doing this. I compiled ncurses, then setterm from util-linux and > > used the command 'setterm -blank 0'. This is the heavy handed way of > > doing things. > > yes, that's a lot of work :-), since in the end all setterm does is > emit the previously mentioned escape sequence. ( "ESC [ 9 ; 0 ]" ) > > TERM=linux setterm -blank 0 | hexdump -C > > paul
To discover what more can be done use 'man console_code'. re, wh _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
