#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. */
#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. */