Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 1996 02:37:48 -0400 (EDT)
From:      Marc Ramirez <mrami@mrami.com>
To:        Will Mitayai Keeso Rowe <mitayai@dreaming.org>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Terminal question
Message-ID:  <Pine.BSF.3.91.960410023215.6822A-100000@boner.mrami.com>
In-Reply-To: <Pine.BSF.3.91.960409154736.2818A-100000@dreamlabs.dreaming.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 Apr 1996, Will Mitayai Keeso Rowe wrote:

> Since i wrote this i have had great success with setting my termcap entry 
> to vt100, and the terminal the same... the curson keys and fuction keys 
> up to 10 work.. now for 11 & 12... perhaps they need to be added to the 
> termcap entry?
> 
> Suggestions?


Here are some termcap entries for you. Without a chance to play with it, 
I have no idea what these will do.

Marc.

--
"Always try to do things in chronological order; it's less confusing
that way."

-----------------------------------------------------------------
#
#	The Wyse 160 is combination of the WY-60 and the WY-99gt.
#	The reset strings are slow and the pad times very depending
#	on other parameters such as font loading.  I have tried
#	to follow the following outline:
#
#		<rs1> -> set personality
#		<rs2> -> set number of columns
#		<rs3> -> set number of lines
#		:i1: -> select the proper font
#		:is: -> do the initialization
#		:i3: -> set up display memory (2 pages)
#
#	The display memory may be used for either text or graphics.
#	When "Display Memory = Shared" the terminal will have more pages
#	but garbage may be left on the screen when you switch from
#	graphics to text.  If "Display Memory = Unshared" then the
#	text area will be only one page long.
#
# (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
# a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
# (untranslatable capabilities removed to fit entry within 1023 bytes)
# (sgr removed to fit entry within 1023 bytes)
# (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
wy160|wyse160|Wyse 160:\
	:am:bw:hs:km:mi:ms:\
	:co#80:li#24:ws#38:\
	:ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
	:cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
	:do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:\
	:i2=\Ew0:im=\Eq:ip=:\
	:is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
	:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:\
	:kN=\EK:kP=\EJ:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
	:le=^H:ll=\E{^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:\
	:mh=\EGp:mr=\EG4:nd=^L:nw=\r\n:se=\EG0:sf=\n:so=\EGt:\
	:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:ue=\EG0:\
	:up=^K:us=\EG8:vb=\E`8\E`9:ve=\E`1:vi=\E`0:
#
wy160-w|wyse160-w|wyse 160 132-column:\
	:Nl#16:co#132:lw#7:ws#90:\
	:cm=\Ea%i%dR%dC:dc=\EW:r2=\EeF\E`;:tc=wy160:
#
wy160-25|wyse160-25|wyse 160 80-column 25-lines:\
	:Nl@:lh@:li#25:lw@:\
	:pn@:r3=\EwG\Ee):tc=wy160:
wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
	:Nl@:lh@:li#25:lw@:\
	:pn@:r3=\EwG\Ee):tc=wy160-w:
#
wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
	:li#42:\
	:al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:\
	:r3=\Ee*:sf=\n:sr=\Ej:tc=wy160:
wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
	:Nl#16:co#132:lw#7:ws#90:\
	:cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy160-42:
#
wy160-43|wyse160-43|wyse 160 80-column 43-lines:\
	:Nl@:lh@:li#43:lw@:\
	:pn@:r3=\Ee+:tc=wy160-42:
wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
	:Nl@:lh@:li#43:lw@:\
	:pn@:r3=\Ee+:tc=wy160-42-w:
#
wy160-vb|wyse160-vb|Wyse 160 visible bell:\
	:bl@:tc=wy160:
wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
	:bl@:tc=wy160-w:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960410023215.6822A-100000>