]> git.wh0rd.org Git - nano.git/commitdiff
add an extra break and move an #endif down to fix a potential problem
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 4 Jun 2004 22:28:55 +0000 (22:28 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 4 Jun 2004 22:28:55 +0000 (22:28 +0000)
when NANO_SMALL is defined or KEY_RESIZE isn't, and when PDCURSES isn't
defined

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1802 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/winio.c

index 8b844f06d37956c8b8b76a5691d16b301bff4f8d..534df6837012860617b60fdf733aa5ce08f9e612 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -308,6 +308,9 @@ CVS code -
        - Add proper support for the keypad values and escape sequences
          generated by the NumLock glitch and by certain keys on the
          numeric keypad. (DLR)
+       - Add an extra break and move an #endif down to fix a potential
+         problem when NANO_SMALL is defined or KEY_RESIZE isn't, and
+         when PDCURSES isn't defined. (DLR)
   get_escape_seq_kbinput()
        - Add proper support for the keypad values and escape sequences
          generated by the NumLock glitch. (DLR)
index 72cde515bdd34f2e856a470f1fb87e1dd081443a..65fdeb73b04c5cc66aa8d1682399cf5904921e92 100644 (file)
@@ -231,6 +231,7 @@ int get_translated_kbinput(int kbinput, int *es
         * NANO_SMALL is defined, KEY_RESIZE is never generated.  Also,
         * Slang and SunOS 5.7-5.9 don't support KEY_RESIZE. */
        case KEY_RESIZE:
+           break;
 #endif
 #ifdef PDCURSES
        case KEY_SHIFT_L:
@@ -239,8 +240,8 @@ int get_translated_kbinput(int kbinput, int *es
        case KEY_CONTROL_R:
        case KEY_ALT_L:
        case KEY_ALT_R:
-#endif
            break;
+#endif
        default:
            switch (escapes) {
                case 0: