Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!sri-spam!mordor!lll-tis!ames!amdahl!acs From: acs@amdahl.amdahl.com (Tony Sumrall) Newsgroups: comp.sys.amiga Subject: Late breaking fixes to VT100 R2.7 Message-ID: <15638@amdahl.amdahl.com> Date: Mon, 5-Oct-87 21:01:03 EDT Article-I.D.: amdahl.15638 Posted: Mon Oct 5 21:01:03 1987 Date-Received: Thu, 8-Oct-87 07:08:39 EDT Organization: Amdahl Corporation, Sunnyvale CA Lines: 79 I've fixed the BS<->DEL bug and DBW has verified it. I tried to get this to doc before he posted R2.7 but, alas, I was too late. Included are mode to README (I added some doc to the R2.6 section by accident). There should be a signature at the end of this thing. *** README Thu Oct 1 05:59:53 1987 --- README.old Mon Oct 5 17:46:49 1987 *************** *** 41,51 **** file, +i file says use "file". User may also specify script files on the command line which will be executed in sequence. - New init file command SHORTCUT. See vt100.doc. - - I've included the font code. It looks for an env variable named - "font" (yes, lowercase) and, if found, uses that font for its - test. If you don't like it you may wanna remove it. I was gonna - ifdef it but I ran out of time. Remember that there's a PD set - cmd to allow Lattice users to set env vars. - Nagging bug: On 2nd and subsequent uses of the requester, the 1st character of the last use is redisplayed. Intuition bug? v2.6 870227 DBW - bug fixes for all the stuff in v2.5 --- 41,46 ---- *************** *** 56,61 **** --- 51,62 ---- - MAJOR CHANGE: re write the INPUT/SCRIPT commands, see VT100.DOC - Fixed a major problem with Set Directory causing LOCK conflicts - Moved the Title up 1 pixel so that it doesn't get cut off anymore + - I've included the font code. It looks for an env variable named + "font" (yes, lowercase) and, if found, uses that font for its + test. If you don't like it you may wanna remove it. I was gonna + ifdef it but I ran out of time. Remember that there's a PD set + cmd to allow Lattice users to set env vars. + v2.5 870214 DBW - more additions (see readme file) - All prompting now done through a string requester/gadget. NOTE: YOU MUST SELECT THE INPUT STRING OF THE REQUESTER BEFORE *** script.c Wed Sep 30 12:01:27 1987 --- script.old.c Tue Sep 29 18:23:23 1987 *************** *** 753,764 **** char *par; { setvar(par,0,&p_bs_del); ! if (doing_init == 0) ! redoutil(); /* Calls InitUtilItems which does swap_bs_del() */ ! else { ! swap_bs_del(); /* Setup keys[] properly... */ ! swap_bs_del(); /* ...for new mode */ ! } } void cmd_bkg(par) --- 753,759 ---- char *par; { setvar(par,0,&p_bs_del); ! if (doing_init == 0) redoutil(); } void cmd_bkg(par) *** init.c Wed Sep 30 12:03:39 1987 --- init.old.c Mon Oct 5 17:46:52 1987 *************** *** 523,530 **** if (p_keyapp == 0) UtilItem[6].Flags |= CHECKED; if (p_curapp) UtilItem[7].Flags |= CHECKED; if (p_bs_del) UtilItem[8].Flags |= CHECKED; - swap_bs_del(); /* Setup keys[] properly... */ - swap_bs_del(); /* ...for mode */ } /****************************************************************/ --- 523,528 ---- -- Tony Sumrall acs@amdahl.com <=> amdahl!acs [ Opinions expressed herein are the author's and should not be construed to reflect the views of Amdahl Corp. ]