formatting fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3493 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
02a7f84412
commit
8992d0adaa
|
@ -73,8 +73,8 @@ int do_statusbar_input(bool *meta_key, bool *func_key, bool *s_or_t,
|
|||
/* 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;
|
||||
input = do_statusbar_mouse() ? get_kbinput(bottomwin,
|
||||
meta_key, func_key) : ERR;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue