Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: notesfiles Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!hp-pcd!hp-dcd!hpcnoe!barrett From: barrett@hpcnoe.UUCP (barrett) Newsgroups: net.sources Subject: Re: Orphaned Response Message-ID: <20500003@hpcnoe.UUCP> Date: Fri, 17-Aug-84 21:04:00 EDT Article-I.D.: hpcnoe.20500003 Posted: Fri Aug 17 21:04:00 1984 Date-Received: Mon, 13-Aug-84 00:27:28 EDT References: <1369@emory.UUCP> Organization: Hewlett-Packard - Fort Collins, CO Lines: 49 Nf-ID: #R:emory:-136900:hpcnoe:20500003:000:1711 Nf-From: hpcnoe!barrett Aug 8 17:04:00 1984 # # Well, the ANSI termcap entry originally posted is close to being correct. # I think though that some of the lines need to be changed. Here is a # list of the changes that can be made. # # 1) The : before each \ is redundant. It should be removed. # 2) ae and as should be specified as ASCII SI and SO since these sequences # are independent of the alternate character set selected. # 3) The cl sequence can be shortened by eliminating the ';' (?) # 4) The cs sequence has a typo of \e instead of \E. # 5) The kh sequence is a weird case. This is because the VT100 has no # home key. My terminal will not transmit this key unless keypad # transmit is enabled and then it will send \E[>0s # 6) sf and sr are wrong in the given termcap. I have corrected them here. # 7) Numerous capabilities need to be included for the possibility of # the multi-page mode being in effect. These include da, db. # 8) Other features need to be added as well such as ml and mu, bt, labels. # 9) I like so to be halfbright inverse video rather then full inverse. #10) Automatic margins should not be specified because of strange behavior # in Column 80 on the VT100. Try it and see. # # the lines which change are included as follows: # (delete the old lines in the original, cat with this file and sort) # # Let me know if I have made any mistakes here. # I can post an updated version of the ANSI termcap if requested. # # Dave Barrett 8/06/84 Hewlett-Packard, Ft Collins Co. # hplabs!hp-dcd!barrett # :ae=^O\ :am@\ :as=^N\ :bt=\E[Z\ :ch=\E[%i%dG\ :cl=\E[H\E[J\ :cs=\E[%i%d;%dr\ :da\ :db\ :kh=\E[>0s\ :l1=PF1\ :l2=PF2\ :l3=PF3\ :l4=PF4\ :ml=\E[>2h\ :mu=\E[>2l\ :sf=\E[S\ :so=\E[1;7m\ :sr=\E[T\