Heh. ^O for discarding output goes back to TOPS-10 if not one of the
PDP-8 OSs. Thanks for the tip with printf. STeve
At 11:46 AM 3/29/00 -0600, Adam Thompson, MCNE, MCSE wrote:
STeve Andre' wrote:
> Just to be perfectly clear here, when I go into vi all lower case
characters
> are changed to graphics characters. I have to get the escape sequences
> that the "unflash" program uses to reset myself. From what I read on this
> list before, that WAS the problem that others were seeing--right?
BTW: an easy (well, for me...) way to get the screen back to normal is,
either:
1) echo ctrl-o (^o) somehow - for some reason, ^O is mapped to discard
under OpenBSD, which makes it extremely difficult to type. "printf
\\017" does the trick, if you've got it in your path.
[snip]
|