- Rework input parsing in the file browser to be more flexible.
New function parse_browser_input(); changes to do_browser().
(DLR)
+- browser.c:
+ do_browser()
+ - Properly set currshortcut back to the file browser shortcut
+ list after a "Go To Directory" prompt. (DLR)
- chars.c:
mbstrchr()
- Make parameter c const. (DLR)
curs_set(0);
blank_statusbar();
- bottombars(browser_list);
- wnoutrefresh(bottomwin);
#if !defined(DISABLE_HELP) || !defined(DISABLE_MOUSE)
- /* Set currshortcut so the user can click in the shortcut area, and
- * so the browser help screen will come up. */
currshortcut = browser_list;
#endif
+ bottombars(browser_list);
+ wnoutrefresh(bottomwin);
UNSET(CONST_UPDATE);
_("Go To Directory"));
curs_set(0);
+#if !defined(DISABLE_HELP) || !defined(DISABLE_MOUSE)
+ currshortcut = browser_list;
+#endif
bottombars(browser_list);
if (j < 0) {