mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
parent
fa07c1ec67
commit
b400903e25
6 changed files with 13 additions and 1 deletions
1
config.c
1
config.c
|
|
@ -119,6 +119,7 @@ static const char *const binding_action_map[] = {
|
|||
[BIND_ACTION_PROMPT_PREV] = "prompt-prev",
|
||||
[BIND_ACTION_PROMPT_NEXT] = "prompt-next",
|
||||
[BIND_ACTION_UNICODE_INPUT] = "unicode-input",
|
||||
[BIND_ACTION_QUIT] = "quit",
|
||||
|
||||
/* Mouse-specific actions */
|
||||
[BIND_ACTION_SCROLLBACK_UP_MOUSE] = "scrollback-up-mouse",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue