Implement output text binding

This commit is contained in:
Mildred Ki'Lya 2023-01-18 01:06:15 +01:00
parent b81b98d47c
commit e06cdb3d4d
4 changed files with 22 additions and 1 deletions

View file

@ -36,6 +36,7 @@ enum bind_action_normal {
BIND_ACTION_SHOW_URLS_LAUNCH,
BIND_ACTION_SHOW_URLS_PERSISTENT,
BIND_ACTION_TEXT_BINDING,
BIND_ACTION_OUTPUT_TEXT_BINDING,
BIND_ACTION_PROMPT_PREV,
BIND_ACTION_PROMPT_NEXT,
BIND_ACTION_UNICODE_INPUT,