Changes to qemacs/x11.c

Charlie Gordon <[email protected]>
Newsgroups gmane.editors.qemacs.devel
Message-ID <[email protected]>
Index: qemacs/x11.c
diff -u qemacs/x11.c:1.2 qemacs/x11.c:1.3
--- qemacs/x11.c:1.2	Wed May  4 19:27:36 2005
+++ qemacs/x11.c	Mon May  9 02:17:47 2005
@@ -1285,7 +1285,7 @@
             } else if (meta) {
                 switch(keysym) {
                 case XK_BackSpace:
-                    key = KEY_META(KEY_BACKSPACE);
+                    key = KEY_META(KEY_DEL);
                     goto got_key;
                 default:
                     if (keysym >= ' ' && keysym <= '~') {
@@ -1323,7 +1323,7 @@
                     key = KEY_LEFT;
                     goto got_key;
                 case XK_BackSpace:
-                    key = KEY_BACKSPACE;
+                    key = KEY_DEL;
                     goto got_key;
                 case XK_Insert:
                     key = KEY_INSERT;
@@ -1676,6 +1676,7 @@
     term_set_clip,
     term_selection_activate,
     term_selection_request,
+    NULL,
     x11_bmp_alloc,
     x11_bmp_free,
     x11_bmp_draw,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.