summaryrefslogtreecommitdiffstats
path: root/MetersPanel.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-20 11:23:08 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-12-20 17:02:20 +0100
commit3f9c63d5c02fc822c3fbdda3c2328c85cdbc1740 (patch)
tree2a6e799bf816e252dc634cae582488b3184e59e2 /MetersPanel.c
parent358d20687f6913f151f3943e1d8655ce71457f6d (diff)
MetersPanel: drop color interruption in FunctionBar
Diffstat (limited to 'MetersPanel.c')
-rw-r--r--MetersPanel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MetersPanel.c b/MetersPanel.c
index dc2c43b3..30991a0e 100644
--- a/MetersPanel.c
+++ b/MetersPanel.c
@@ -20,8 +20,8 @@ in the source distribution for its full text.
// Note: In code the meters are known to have bar/text/graph "Modes", but in UI
// we call them "Styles".
-static const char* const MetersFunctions[] = {"Style ", "Move ", " ", "Delete", "Done ", NULL};
-static const char* const MetersKeys[] = {"Space", "Enter", " ", "Del", "F10"};
+static const char* const MetersFunctions[] = {"Style ", "Move ", " ", "Delete", "Done ", NULL};
+static const char* const MetersKeys[] = {"Space", "Enter", "", "Del", "F10"};
static const int MetersEvents[] = {' ', 13, ERR, KEY_DC, KEY_F(10)};
// We avoid UTF-8 arrows ← → here as they might display full-width on Chinese

© 2014-2024 Faster IT GmbH | imprint | privacy policy