]> git.wh0rd.org Git - nano.git/commitdiff
formatting fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 10 May 2006 12:48:47 +0000 (12:48 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 10 May 2006 12:48:47 +0000 (12:48 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3493 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c
src/prompt.c

index c2e60dda83170f939716e4027eef83d204e9d48e..04dcb9e4020c97e3b5dacee7c68461f985ea6979 100644 (file)
@@ -1282,12 +1282,12 @@ int do_input(bool *meta_key, bool *func_key, bool *s_or_t, bool
 
 #ifndef DISABLE_MOUSE
     if (allow_funcs) {
-    /* If we got a mouse click and it was on a shortcut, read in the
-     * shortcut character. */
-    if (allow_funcs && *func_key == TRUE && input == KEY_MOUSE)
-       input = do_mouse() ? get_kbinput(edit, meta_key, func_key) :
+       /* If we got a mouse click and it was on a shortcut, read in the
+        * shortcut character. */
+       if (allow_funcs && *func_key == TRUE && input == KEY_MOUSE)
+           input = do_mouse() ? get_kbinput(edit, meta_key, func_key) :
                ERR;
-}
+    }
 #endif
 
     /* Check for a shortcut in the main list. */
index 15107134621fa50182efb6fecbbf92fba6b5a679..b22f8658f6086c4607ade8227ccdbe993c0c72c2 100644 (file)
@@ -70,12 +70,12 @@ int do_statusbar_input(bool *meta_key, bool *func_key, bool *s_or_t,
 
 #ifndef DISABLE_MOUSE
     if (allow_funcs) {
-    /* If we got a mouse click and it was on a shortcut, read in the
-     * shortcut character. */
-    if (allow_funcs && *func_key == TRUE && input == KEY_MOUSE)
-       input = do_statusbar_mouse() ? get_kbinput(bottomwin, meta_key,
-               func_key) : ERR;
-}
+       /* If we got a mouse click and it was on a shortcut, read in the
+        * shortcut character. */
+       if (allow_funcs && *func_key == TRUE && input == KEY_MOUSE)
+           input = do_statusbar_mouse() ? get_kbinput(bottomwin,
+               meta_key, func_key) : ERR;
+    }
 #endif
 
     /* Check for a shortcut in the current list. */