Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!es2j+ From: es2j+@andrew.cmu.edu (Edward John Sabol) Newsgroups: comp.sys.mac.comm Subject: Re: Zterm problems/comments.... Message-ID: <8afBMMq00VICI1OXsQ@andrew.cmu.edu> Date: 24 Jul 90 23:13:28 GMT Organization: Class of '92, Carnegie Mellon, Pittsburgh, PA Lines: 37 In an article titled Re: Zterm problems/comments...., davea@kgw2.bwi.WEC.COM (Dave Alverson) writes: >Several people have told me that ZTerm is one of the few programs >that will let you vi with more than 24 lines. I haven't tested it >much/any since I only have access to 9" monitors. There is a >problem with vt100 scrolling regions which may be causing the >difficulty. Here's how to do it: First, you'll need to add some of the following to your termcap entry: d1|vt100-32|dec-vt100-32|vt10032|dec vt100-32:\ :li#32:is=\E[1;32r\E[32;1H\E[?7h:tc=vt100: d1|vt100-48|dec-vt100-48|vt10048|dec vt100-48:\ :li#48:is=\E[1;48r\E[48;1H\E[?7h:tc=vt100: d1|vt100-48-132|dec-vt100-48-132|dec vt100-48-132:\ :co#132:tc=vt100-48: (This assumes that vt100 is defined already which should be the case.) Standard vt100 assumes 24 lines. The above adds entries for 32x80, 48x80 (good for portrait displays), and 48x132 (you'll need a two page display unless you plan on using a 7 pt font for this one). I like to use a 32x80 window, so in a csh I would type: set term=vt100-32; tset; stty rows 32 Your mileage may vary. What's the status of ZTerm 0.90, Dave? +-------------------------------+---------------------------------------+ | Edward J. Sabol | Arpa: es2j+@andrew.cmu.edu | | Carnegie Mellon University | Bitnet: R746ES2J@CMCCVB | +-------------------------------+---------------------------------------+ | "The streets that Balboa walked were his own private ocean and Balboa | | was drowning." - August Wilson | +-------------------------------+---------------------------------------+