On Thu, Jul 12, 2001 at 11:51:23AM -0500, will trillich wrote: > On Thu, Jul 12, 2001 at 12:56:31PM +0200, Joost Kooij wrote: > > On Wed, Jul 11, 2001 at 11:39:04PM -0500, will trillich wrote: > > > here are some relevant tips from my collection-- > > > > When all else, like "reset" fails, I can (literally) blindly type: > > echo -e \\033c > > > > It fixes most cases of terminal state corruption. > > really? "reset" can fail -- but "echo <esc>c" can fix it? > i'm gonna hafta have my chassis re-aligned. that seems very > weird.
It's probably more or less the same, maybe. I'm not very sure, really. In console_codes(4), esc c is described as "reset". The reset(1) man page says that if your terminal is corrupt, you may have to type: ctrl-j reset ctrl-j because even return may noy be working properly. Don't bet your house on anything I say. Or at least don't blame me when you lose it. Cheers, Joost