Path: blue.weeg.uiowa.edu!news.uiowa.edu!uunet!cs.utexas.edu!howland.reston.ans.net!news.sprintlink.net!tequesta.gate.net!not-for-mail From: stever@news.gate.net (Steve Reeves) Newsgroups: comp.sys.apple2.comm Subject: Re: ProTerm 3.1 & Lynx 2.3 Date: 28 Dec 1994 05:07:41 -0500 Organization: CyberGate, Inc. Florida Lines: 21 Message-ID: <3drddd$1uum@hopi.gate.net> References: <3dn9is$o88@crl11.crl.com> <3dne4b$ljr@eis.calstate.edu> <3dno1j$494@crl10.crl.com> Reply-To: stever@gate.net NNTP-Posting-Host: hopi.gate.net In article <3dno1j$494@crl10.crl.com>, Joe Kohn wrote: >As said before, ProTerm's SEt $C=value controls the way that scrollback >works. There is a possible 255 different options, and I just don't want to >try out every single one (or SSII #8 will never get completed). You don't need to try all 255 values. Each bit in the number determines if data gets saved in scrollback when a specific terminal control code is received. I believe the values are as follows: 1 Scroll down one line 4 Clear to end of screen 16 Clear entire screen 64 Clear line 128 Reposition cursor You add the values together to combine them. For example, the default is 21 (1+4+16). A value of 255 should capture everything possible, because all the bits are turned on. -- Steve Reeves stever@gate.net