home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!cronkite.Central.Sun.COM!texsun!exucom.exu.ericsson.se!news
- From: ebubra@ebu.ericsson.se (Bertil Askelid)
- Newsgroups: gnu.emacs.help
- Subject: Re: Setting screen size
- Message-ID: <1992Dec22.233435.15446@exu.ericsson.se>
- Date: 22 Dec 92 23:34:35 GMT
- Sender: news@exu.ericsson.se
- Reply-To: ebubra@ebu.ericsson.se (Bertil Askelid)
- Followup-To: gnu.emacs.help
- Organization: Ericsson Business Communications, Anaheim, California
- Lines: 23
- In-Reply-To: jerry@math.ep.utexas.EDU (Jerry)
- Nntp-Posting-Host: proton.ebu.ericsson.se
- X-Disclaimer: This article was posted by a user at Ericsson.
- Any opinions expressed are strictly those of the
- user and not necessarily those of Ericsson.
-
-
- Add the following to your termcap file:
-
- zz|myterm|dec vt100 for vt100 with 128 cols x 50 lines:\
- :co#128:li#50:is=\E[1;50r\E[50;1H:tc=vt100:
-
- and change "128" to whatever terminal width you are using, and all
- three occurrences of "50" above to your desired screen height.
-
- Then, of course, you can change "tc=vt100" to you favorite terminal
- emulator protocol, as long as it does well with Emacs.
-
- If you are not a system administrator and can't convince him/her to
- add the above two lines to the system termcap file, typically in
- /etc, take a copy of it, add the lines at the beginning, before the
- "declaration" of the terminal emulator protocol you choose to have in
- the "tc=" part, and do this at login:
-
- setenv TERMCAP $HOME/termcap
- set term = myterm
- --
- Bertil Askelid
- ebubra@ebu.ericsson.se
-