home *** CD-ROM | disk | FTP | other *** search
- 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
- From: dvldbg@cs.umu.se (Daniel Brahneborg)
- Newsgroups: comp.os.linux
- Subject: Re: Linux Screen Capture
- Message-ID: <C0MwH0.1wr@cs.umu.se>
- Date: 10 Jan 93 10:43:47 GMT
- References: <726623195.AA31653@remote.halcyon.com>
- Sender: news@cs.umu.se (News Administrator)
- Organization: Dept. of Computing Science, Umea Univ., 901 87 UMEA SWEDEN
- Lines: 12
-
- In article <726623195.AA31653@remote.halcyon.com> Jim.Corbett@f35.n152.z1.fidonet.org (Jim Corbett) writes:
- >setterm -dump
- >
- >will create a file called screen.dump
- >
- >It works on my system ONLY in 80x25 mode, not in 132x42
-
- I noticed this too, which annoyed me very much.
- The fix is to make sure the array screenbuf is defined as
- unsigned on line 648 in setterm.c.
-
- /Basic
-