x-post: comp.unix.questions,comp.sys.sun.hardware
f'up: poster (I'll post a summary in c.u.q, in case)
Offtopic in comp.sys.sun.hardware:
>> Sometimes when I run dmesg, I get ASCII characters at the end of dmesg
>> output on the screen, something like -| -_| L _-|.
How to _really repair that `alternate char set' stuff...
The overkill solution (according escape sequences) :
alias vtn='echo "X[mX(BX)0OX[?5lX7X[rX8" | tr '\''XO'\'' '\''\033\017'\'''
(heavy quoting needed for posting)
[ Tony Nugent: comp.unix.admin, 1995/04/19 ]
The old "cat ^V^O" trick might not suffice,
see more info on www.uni-ulm.de/~s_smasch/charset.html )
Is that all one can/should know? (apart from `stty sane' et al)
So far i found that hint and the `Linux keyboard and console HOWTO'
Sven
--