Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!uwvax!uwmacc!uwmcsd1!ig!jade!ucbvax!ZERMATT.LCS.MIT.EDU!RWS From: RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) Newsgroups: comp.windows.x Subject: Re: V11 fix to fix #30 Message-ID: <871025124537.3.RWS@KILLINGTON.LCS.MIT.EDU> Date: Sun, 25-Oct-87 12:45:00 EST Article-I.D.: KILLINGT.871025124537.3.RWS Posted: Sun Oct 25 12:45:00 1987 Date-Received: Tue, 27-Oct-87 04:09:32 EST References: <8710240049.AA00304@amadeus.silvlis.com> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 24 V11 fix #30 as posted contained a bug in server/ddx/sun/sunKbd.c. My apologies; I have received 30 lashes with a Sun rgb cable snake for not testing adequately. Below is the one line change. (This has been incorporated into the FIXES21-30 file on both zap and decwrl.) *** /tmp/,RCSt1005025 Sun Oct 25 12:25:51 1987 --- sunKbd.c Sun Oct 25 12:25:36 1987 *************** *** 431,437 **** xE.u.u.type = KeyRelease; } ! if ((fe->value == VKEY_DOWN) && !autoRepeatKeyDown) { /* turn on AutoRepeater */ if (autoRepeatDebug) ErrorF("sunKbdProcessEvent: VKEY_DOWN\n"); --- 431,437 ---- xE.u.u.type = KeyRelease; } ! if ((fe->value == VKEY_DOWN) && !keyModifiersList[key]) { /* turn on AutoRepeater */ if (autoRepeatDebug) ErrorF("sunKbdProcessEvent: VKEY_DOWN\n");