Browse Source

Merge pull request #65 from ftrvxmtrx/help

tui_main: update according to #60
master
Devine Lu Linvega 5 years ago
committed by GitHub
parent
commit
52202a6b7a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tui_main.c

2
tui_main.c

@ -2246,7 +2246,7 @@ static void push_opers_guide_msg(void) {
}; };
static struct Guide_item items[] = { static struct Guide_item items[] = {
{'A', "add", "Outputs sum of inputs."}, {'A', "add", "Outputs sum of inputs."},
{'B', "between", "Outputs subtraction of inputs."}, {'B', "subtract", "Outputs difference of inputs."},
{'C', "clock", "Outputs modulo of frame."}, {'C', "clock", "Outputs modulo of frame."},
{'D', "delay", "Bangs on modulo of frame."}, {'D', "delay", "Bangs on modulo of frame."},
{'E', "east", "Moves eastward, or bangs."}, {'E', "east", "Moves eastward, or bangs."},

Loading…
Cancel
Save