Changes to qemacs/win32.c
Charlie Gordon <[email protected]>
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/win32.c
diff -u qemacs/win32.c:1.1.1.1 qemacs/win32.c:1.2
--- qemacs/win32.c:1.1.1.1 Sat May 29 10:19:30 2004
+++ qemacs/win32.c Mon May 9 02:17:47 2005
@@ -268,7 +268,7 @@
switch(scan) {
case 0x00E:
ignore_wchar_msg = 1;
- push_key(KEY_BACKSPACE);
+ push_key(KEY_DEL);
break;
case 0x039: /* space */
ignore_wchar_msg = 1;