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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tui_main.c
|
|
@ -2246,7 +2246,7 @@ static void push_opers_guide_msg(void) { |
|
|
|
}; |
|
|
|
static struct Guide_item items[] = { |
|
|
|
{'A', "add", "Outputs sum of inputs."}, |
|
|
|
{'B', "between", "Outputs subtraction of inputs."}, |
|
|
|
{'B', "subtract", "Outputs difference of inputs."}, |
|
|
|
{'C', "clock", "Outputs modulo of frame."}, |
|
|
|
{'D', "delay", "Bangs on modulo of frame."}, |
|
|
|
{'E', "east", "Moves eastward, or bangs."}, |
|
|
|