>>>>> Bart Oldeman writes:

        One more little bug - SLang prompts "[ctrl]", etc. don't
        disappeared when key is released.

--- /usr/src/dosemu-1.1.4.15/src/plugin/term/keyb_slang.c       Mon Mar 17 10:44:06 
2003
+++ /usr/src/dosemu-1.1.4.15.my/src/plugin/term/keyb_slang.c    Mon Mar 17 09:58:10 
2003
@@ -1316,9 +1316,7 @@
                if (!(scan&0x80000000)) {
                        slang_send_scancode(keyb_state.Shift_Flags | scan, symbol);
                }
-               else {
-                       do_slang_special_keys(scan);
-               }
+               do_slang_special_keys(scan);
        }
 }
 

-- 
  Sergey Suleymanov

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to