home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / emacs / help / 5163 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.6 KB

  1. 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
  2. From: ebubra@ebu.ericsson.se (Bertil Askelid)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: Setting screen size
  5. Message-ID: <1992Dec22.233435.15446@exu.ericsson.se>
  6. Date: 22 Dec 92 23:34:35 GMT
  7. Sender: news@exu.ericsson.se
  8. Reply-To: ebubra@ebu.ericsson.se (Bertil Askelid)
  9. Followup-To: gnu.emacs.help
  10. Organization: Ericsson Business Communications, Anaheim, California
  11. Lines: 23
  12. In-Reply-To: jerry@math.ep.utexas.EDU (Jerry)
  13. Nntp-Posting-Host: proton.ebu.ericsson.se
  14. X-Disclaimer: This article was posted by a user at Ericsson.
  15.               Any opinions expressed are strictly those of the
  16.               user and not necessarily those of Ericsson.
  17.  
  18.  
  19.    Add the following to your termcap file:
  20.  
  21. zz|myterm|dec vt100 for vt100 with 128 cols x 50 lines:\
  22.    :co#128:li#50:is=\E[1;50r\E[50;1H:tc=vt100:
  23.  
  24.    and change "128" to whatever terminal width you are using, and all
  25.    three occurrences of "50" above to your desired screen height. 
  26.  
  27.    Then, of course, you can change "tc=vt100" to you favorite terminal
  28.    emulator protocol, as long as it does well with Emacs.
  29.  
  30.    If you are not a system administrator and can't convince him/her to
  31.    add the above two lines to the system termcap file, typically in
  32.    /etc, take a copy of it, add the lines at the beginning, before the
  33.    "declaration" of the terminal emulator protocol you choose to have in
  34.    the "tc=" part, and do this at login:
  35.  
  36.       setenv TERMCAP $HOME/termcap         
  37.       set term = myterm                  
  38. -- 
  39.             Bertil Askelid
  40.             ebubra@ebu.ericsson.se
  41.