commit 90e62db26e91264241f1366dea4eda8cc584f35c
parent 498154804c962a4b49494a4dcb486c2aa6dfcafa
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 9 Jun 2024 10:53:23 +0200
help: regroup the `center` item, placing it with the new `cycle`
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/global.c b/src/global.c
@@ -1079,11 +1079,11 @@ void shortcut_init(void)
#ifdef ENABLE_HELP
add_to_funcs(full_refresh, MMAIN,
- N_("Refresh"), WHENHELP(refresh_gist), TOGETHER);
+ N_("Refresh"), WHENHELP(refresh_gist), BLANKAFTER);
#endif
#ifndef NANO_TINY
add_to_funcs(do_center, MMAIN,
- N_("Center"), WHENHELP(center_gist), BLANKAFTER);
+ N_("Center"), WHENHELP(center_gist), TOGETHER);
add_to_funcs(do_cycle, MMAIN,
N_("Cycle"), WHENHELP(cycle_gist), BLANKAFTER);
#endif