From 4d14d178cda9119fe928fbe6279c0d35d0fce929 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Mon, 17 Apr 2017 12:37:18 -0500 Subject: [PATCH] add new note to help menu (gotta be so obvious eh) --- clients/urwid/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index 3f763b2..b33470d 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -137,6 +137,7 @@ format_help = [ ] general_help = [ + ("bold", "use the arrow keys, j/k, or n/p to scroll down this menu\n\n"), ("bold", "use q or escape to close dialogs and menus (including this one)\n\n"), ("10", "use q, escape, or a left directional key to go back at any point" " from just about anywhere.\n\n"),