Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!gatech!bloom-beacon!husc6!cmcl2!brl-adm!adm!bzs@bu-cs.bu.EDU From: bzs@bu-cs.bu.EDU (Barry Shein) Newsgroups: comp.unix.wizards Subject: termcap entry for ibm 3278-2 Message-ID: <8240@brl-adm.ARPA> Date: Thu, 9-Jul-87 15:45:34 EDT Article-I.D.: brl-adm.8240 Posted: Thu Jul 9 15:45:34 1987 Date-Received: Sun, 12-Jul-87 06:27:16 EDT Sender: news@brl-adm.ARPA Lines: 25 >A 3278 does not work like an ASCII terminal (becuase it isn't one) >but uses a special control stream consisting of EBCDIC characters >and various special codes. If it can use termcap at all, it would >depend on the software in use that makes it appear to be an async >ascii terminal. > >-Ron My only guess is that this person is using telnet from an IBM mainframe with a 3278-2. I've done this and basically you get a line-mode terminal (you type in a line, locally edited, it's sent when you hit ENTER.) About all the termcap entry could do is set the fact that it is thus (I guess specifying it as a hard-copy terminal would come close enough) and set the rows and columns appropriately (3278s come in several sizes.) This would at least cause MORE to behave properly (sort of, the 3278 does local page hold.) Other than that I don't think there's a whole lot that can be done (if my assumption is correct about how you're using it.) Just modify the lpr entry adding the name, columns and rows and removing :os:, for starters. You should be pretty close. -Barry Shein, Boston University