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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Screwy characters after accidentally typing a binary?
  5. Date: 23 Dec 1992 01:24:04 -0600
  6. Organization: Kansas State University
  7. Lines: 33
  8. Message-ID: <1h946kINN58f@matt.ksu.ksu.edu>
  9. References: <724970547snx@weasel.demon.co.uk>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. agc@weasel.demon.co.uk (Alan Charlton) writes:
  13.  
  14. >In article <1h31dtINN1gu@usenet.INS.CWRU.Edu> sdh@po.CWRU.Edu (Scott D. Heavner) writes:
  15. >> 
  16. >>     Every once in a while, I try to type a binary file
  17. >> and my charcters all get shifted to graphics.  Upper case
  18. >> is OK, and if I logout and login with ALL CAPS, it will
  19. >> run and I can read everything again (without lower case,
  20. >> of course).  Is there any way to fix this?  It only happens on
  21. >> one VC, the rest are fine.
  22. >> 
  23. >>     I have had this problem with other unix systems
  24. >> and never learned how to fix it.
  25. >> 
  26. >>                 Scott Heavner
  27. >> -- 
  28. >> HELP! I'm being held prisoner in a .sig file factory.
  29. >> 
  30.  
  31. >Yep, BTDT.  I don't know either, but I'd love to know the answer....
  32.  
  33. >Alan.
  34. >-- 
  35.  
  36. This is a script I keep in /usr/bin called fix:
  37.  
  38. #!/bin/sh
  39. echo ^O^[[r
  40. clear
  41.  
  42. replace the ^O and ^[ with control-O and escape accordingly.
  43.  
  44. James
  45.