formatting fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3493 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-05-10 12:48:47 +00:00
parent 02a7f84412
commit 8992d0adaa
2 changed files with 11 additions and 11 deletions

View File

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

View File

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