shortcut isn't clicked. New functions get_shortcut(),
get_toggle(), get_edit_input(), and get_edit_mouse(); changes
to do_browser(), do_justify(), do_help(), and main(). (DLR)
+- global.c:
+ shortcut_init()
+ - Remove redundant NANO_SMALL #ifdef. (DLR)
- rcfile.c:
parse_rcfile()
- Add missing brackets around an if statement block so that
NANO_NO_KEY, VIEW, 0);
#endif
-#ifndef NANO_SMALL
/* Translators: try to keep this string under 10 characters long */
sc_init_one(&whereis_list, NANO_HISTORY_KEY, history_msg,
IFHELP(nano_editstr_msg, NANO_NO_KEY), NANO_NO_KEY,
NANO_NO_KEY, VIEW, 0);
-#endif
-
#endif /* !NANO_SMALL */
free_shortcutage(&replace_list);