Xref: utzoo comp.terminals:1560 comp.unix.wizards:18186 comp.unix.questions:16375 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.terminals,comp.unix.wizards,comp.unix.questions Subject: Re: Can I use a terminfo file on Sun? Keywords: AT&T, 630 MTG, terminfo Message-ID: <11098@smoke.BRL.MIL> Date: 17 Sep 89 01:33:48 GMT References: Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 37 In article rembo@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..