home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23449 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  851 b 

  1. Path: sparky!uunet!wupost!spool.mu.edu!think.com!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!kitten.umdc.umu.se!cs.umu.se!dvldbg
  2. From: dvldbg@cs.umu.se (Daniel Brahneborg)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Linux Screen Capture
  5. Message-ID: <C0MwH0.1wr@cs.umu.se>
  6. Date: 10 Jan 93 10:43:47 GMT
  7. References: <726623195.AA31653@remote.halcyon.com>
  8. Sender: news@cs.umu.se (News Administrator)
  9. Organization: Dept. of Computing Science, Umea Univ., 901 87  UMEA  SWEDEN
  10. Lines: 12
  11.  
  12. In article <726623195.AA31653@remote.halcyon.com> Jim.Corbett@f35.n152.z1.fidonet.org (Jim Corbett) writes:
  13. >setterm -dump
  14. >
  15. >will create a file called screen.dump
  16. >
  17. >It works on my system ONLY in 80x25 mode, not in 132x42
  18.  
  19. I noticed this too, which annoyed me very much.
  20. The fix is to make sure the array screenbuf is defined as
  21. unsigned on line 648 in setterm.c.
  22.  
  23. /Basic
  24.