Can I use a terminfo file on Sun?
Doug Gwyn
gwyn at smoke.BRL.MIL
Sun Sep 17 11:33:48 AEST 1989
In article <d2p902Mz56ZY01 at amdahl.uts.amdahl.com> rembo at amdahl.uts.amdahl.com (Tony Rems) writes:
>Does anyone know if I can make my Sun use the terminfo and System V
>stuff under /usr/5lib? (I compiled the entries using tic)?
Only if the application was linked with the System V flavor of -lcurses
instead of the Berkeley flavor.
>Does anyone have a termcap entry for a 630 MTG?
#
# AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
# The following SETUP modes are assumed for normal operation:
# Local_Echo=Off Gen_Flow=On Return=CR Received_Newline=LF
# Font_Size=Large Non-Layers_Window_Cols=80 Non-Layers_Window_Rows=60
# Other SETUP modes may be set for operator convenience or communication
# requirements. Some capabilities assume a printer attached to the Aux EIA port.
# This termcap description is for the Fixed Non-Layers Window.
# No delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
Tl|att630|tty630|ATT630|630|AT&T 630 MTG (large font):\
:@8=^M:AL=\E[%dL:al=\E[L:am:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
:cm=\E[%i%d;%dH:co#80:cr=^M:da:db:DC=\E[%dP:dc=\E[P:DL=\E[%dM:dl=\E[M:\
:DO=\E[%dB:do=^J:ho=\E[H:IC=\E[%d@:ic=\E[@:is=\E[m:it#8:k0=\ENo:\
:k1=\ENp:k2=\ENq:k3=\ENr:k4=\ENs:k5=\ENt:kB=\E[Z:kb=^H:kC=\E[2J:\
:kd=\E[B:kh=\E[H:kl=\E[D:kn#6:kr=\E[C:ku=\E[A:l0=F9:l1=F10:l2=F11:\
:l3=F12:l4=F13:l5=F14:LE=\E[%dD:le=^H:li#60:lm#0:me=\E[m:mr=\E[7m:ms:\
:nd=\E[C:NP:pf=^T:po=\E[?5i:rc=\E8:RI=\E[%dC:rs=\Ec:sc=\E7:se=\E[m:\
:SF=\E[%dS:sf=^J:so=\E[7m:SR=\E[%dT:sr=\EM:ta=^I:ue=\E[m:UP=\E[%dA:\
:up=\EM:us=\E[4m:vt#3:xo:\
:cl=\E[H\E[J:nw=^M^J:\
:bs:pt:
#UNSAFE :ei=\E[4l:im=\E[4h:ll=\E[60H:mi:
>Does anyone know how to use the info in the terminfo to create a
>termcap entry?
"infocmp -C att630" should do it (assuming you've installed the
terminfo entry via "tic"). However, use mine instead..
More information about the Comp.unix.questions
mailing list