From 3e845f9a7a473495cd7ff52de50ac1a3818cd522 Mon Sep 17 00:00:00 2001 From: cancel Date: Sun, 30 Dec 2018 13:27:29 +0900 Subject: [PATCH] Update controls help message --- tui_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tui_main.c b/tui_main.c index 490a7a8..609c22b 100644 --- a/tui_main.c +++ b/tui_main.c @@ -1634,7 +1634,7 @@ void push_controls_msg(void) { {"Arrow Keys", "Move Cursor"}, {"Ctrl+D or F1", "Open Main Menu"}, {"0-9, A-Z, a-z,", "Insert Character"}, - {"!, :, #, and *", NULL}, + {"!, :, =, #, *", NULL}, {"Spacebar", "Play/Pause"}, {"Ctrl+Z or Ctrl+U", "Undo"}, {"Ctrl+X", "Cut"}, @@ -1652,7 +1652,7 @@ void push_controls_msg(void) { {"[ and ]", "Adjust Grid Rulers (Horizontal)"}, {"{ and }", "Adjust Grid Rulers (Vertical)"}, {"< and >", "Adjust BPM"}, - {"?", "Controls (This Message)"}, + {"?", "Controls (this message)"}, }; int w_input = 0; int w_desc = 0;