home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21297 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!russed
  2. From: russed@rebecca.its.rpi.edu (Daniel Russell)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Screwy characters after accidentally typing a binary?
  5. Message-ID: <r!s263g@rpi.edu>
  6. Date: 21 Dec 92 20:45:01 GMT
  7. References: <724970547snx@weasel.demon.co.uk>
  8. Lines: 22
  9. Nntp-Posting-Host: rebecca.its.rpi.edu
  10.  
  11. agc@weasel.demon.co.uk (Alan Charlton) writes:
  12.  
  13. >>     Every once in a while, I try to type a binary file
  14. >> and my charcters all get shifted to graphics.  Upper case
  15. >> is OK, and if I logout and login with ALL CAPS, it will
  16. >> run and I can read everything again (without lower case,
  17. >> of course).  Is there any way to fix this?  It only happens on
  18. >> one VC, the rest are fine.
  19. >> 
  20. >>     I have had this problem with other unix systems
  21. >> and never learned how to fix it.
  22. >> 
  23.     You need to reset the terminal: if you're using zsh, just type:
  24. % echotc rs<enter>
  25.  
  26.     If you're using anything else, use:
  27. % echo <whatever the rs termcap entry is>
  28.  
  29.     The termcap of the machine I'm on now is being uncooperative, sorry
  30. You will probably want to make a script to do it.
  31.  
  32.  dan
  33.