From 24ccb34938342f414b888553882ef2ee976d02a0 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Thu, 12 Oct 2017 14:46:15 +1100 Subject: [PATCH 1/1] ui/ncurses: Remove help shortcut from nc-subset Subset screens do not include a help screen, so remove the misleading "h=help" shortcut from the lower frame title. Signed-off-by: Samuel Mendoza-Jonas --- ui/ncurses/nc-subset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ncurses/nc-subset.c b/ui/ncurses/nc-subset.c index 50e1b65..9ca3e8a 100644 --- a/ui/ncurses/nc-subset.c +++ b/ui/ncurses/nc-subset.c @@ -288,7 +288,7 @@ struct subset_screen *subset_screen_init(struct cui *cui, title_suffix); screen->scr.frame.rtitle = NULL; screen->scr.frame.help = talloc_strdup(screen, - _("tab=next, shift+tab=previous, x=exit, h=help")); + _("tab=next, shift+tab=previous, x=exit")); scrollok(screen->scr.sub_ncw, true); -- 2.39.2