Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!tgr!prandt!tweten@AMES-NAS.ARPA From: tweten@AMES-NAS.ARPA Newsgroups: net.sources Subject: Re: IBM PC Kermit/H19 Termcap entry Message-ID: <3288@brl-tgr.ARPA> Date: Fri, 15-Nov-85 18:41:54 EST Article-I.D.: brl-tgr.3288 Posted: Fri Nov 15 18:41:54 1985 Date-Received: Sun, 17-Nov-85 06:30:04 EST Sender: news@brl-tgr.ARPA Lines: 26 From: Scott Deerwester The following is a termcap entry that does a little better than the standard h19 entry for Kermit's h19 emulation. Differences from standard include: No non-destructive tab. No enter/exit visual mode strings (the mysterious "y4" when you exit anything that uses curses). No autowrap. If you really need these changes, you have an old version of MS-Kermit. Destructive tab and no autowrap were fixed at least by version 2.27. The current version (2.28) includes a command (suitable for the MS-Kermit configuration file) which sets the default state for autowrap. Version 2.28 also honors Esc-y-4 and Esc-x-4 to change the cursor between block and underscore. Even in version 2.27, one could control autowrap. Though 2.27 didn't have the command to set the default state, it did respond to Esc-v and Esc-w to set and clear autowrap. All that was required was to change "is" to include "\Ev". Code has also been sent to Columbia which will permit MS-Kermit to honor the commands to permit Berkeley UNIX to manipulate the 25th line, but it hasn't yet been included in a release.