gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r824 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r824 - GNUnet/src/conf
Date: Fri, 27 May 2005 11:41:58 -0700 (PDT)

Author: durner
Date: 2005-05-27 11:41:45 -0700 (Fri, 27 May 2005)
New Revision: 824

Modified:
   GNUnet/src/conf/mconf_inputbox.c
Log:
Add backspace key to inputbox under MinGW

Modified: GNUnet/src/conf/mconf_inputbox.c
===================================================================
--- GNUnet/src/conf/mconf_inputbox.c    2005-05-27 06:36:43 UTC (rev 823)
+++ GNUnet/src/conf/mconf_inputbox.c    2005-05-27 18:41:45 UTC (rev 824)
@@ -145,6 +145,9 @@
                continue;
            case KEY_BACKSPACE:
            case 127:
+#ifdef MINGW
+                       case 8:
+#endif
                if (input_x || scroll) {
                    wattrset (dialog, inputbox_attr);
                    if (!input_x) {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]