- files.c:
is_dir()
- Rename parameter ret to retval, for consistency. (DLR)
+- global.c:
+ shortcut_init()
+ - Remove erroneous handling of the "Get Help" shortcut in the
+ file browser shortcut list. (DLR)
- prompt.c:
get_prompt_string()
- Use a do/while loop instead of a while loop, for consistency.
sc_init_one(&browser_list, NANO_HELP_KEY, get_help_msg,
IFHELP(nano_help_msg, NANO_NO_KEY), NANO_HELP_FKEY,
- NANO_NO_KEY, VIEW,
-#ifndef DISABLE_HELP
- do_help
-#else
- nano_disabled_msg
-#endif
- );
+ NANO_NO_KEY, VIEW, NULL);
sc_init_one(&browser_list, NANO_EXIT_KEY, exit_msg,
IFHELP(nano_exitbrowser_msg, NANO_NO_KEY), NANO_EXIT_FKEY,