[EMAIL PROTECTED] wrote:
>
> On 21-Feb-99 Michael Trausch wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Hey, that printf thing worked, the setfont didn't. Cool, now my /dev/tty1
> > is readable again :-)
> >
>
> I had a similar problem and this worked for me also.
>
> Why?
>
> I know prinf is a C thing but what is the "\033c"?
>
> printf "\033c"
>
>
"Many programs will redraw the screen when ^L is typed. This might help
when there is some modem noise or broadcast message on your screen. The
command clear will clear the screen.
The command reset will reset the console driver. This helps when the
screen is full of funny graphic characters, and also if it is reduced to
the bottom line. If you don't have this command, or if it does something
else, make your own by putting the following two lines in an executable
file reset in your PATH:
#!/bin/sh
echo -e \\033c
that is, you want to send the two characters ESC c to the console."
--
Catalin Bucur \|/
Hardware engineer ^(o o)^
mailto:[EMAIL PROTECTED] ~~~~~~~~~oOO~~(_)~~OOo~~~~~~~~~