DENX . DULG . SwitchOffScreenSaverAndBlinkingCursor |
"\E[9;0]"
to the terminal ="/dev/tty1".
For example, output the content of file "/etc/blank_off"
in one of your init scripts:
# cat /etc/blank_offTo turn off the blinking cursor, send the sequence
"\E[?25l\E[?1c"
to the terminal.
For example, copy the content of file "/etc/init_tty"
to the terminal:
# cat /etc/init_tty
----- Revision r1.4 - 04 Jun 2008 - 21:13 - WolfgangDenk
|