tweaks: swap ^X and ^L in the help lines of the help viewer

I like it better that ^X stays in the same position compared to the
main screen: the lower left corner.
master
Benno Schulenberg 2017-07-13 16:40:30 +02:00
parent 934a2192dc
commit 6855b79267
1 changed files with 1 additions and 1 deletions

View File

@ -720,8 +720,8 @@ void shortcut_init(void)
#ifdef ENABLE_HELP
/* The description ("x") and blank_after (0) are irrelevant,
* because the help viewer does not have a help text. */
add_to_funcs(do_exit, MHELP, close_tag, "x", 0, VIEW);
add_to_funcs(total_refresh, MHELP, refresh_tag, "x", 0, VIEW);
add_to_funcs(do_exit, MHELP, close_tag, "x", 0, VIEW);
add_to_funcs(do_search, MHELP, whereis_tag, "x", 0, VIEW);
add_to_funcs(do_research, MHELP, whereis_next_tag, "x", 0, VIEW);