Add name for "Resize"
This commit is contained in:
parent
ecca731104
commit
33db847d4c
1
btui.h
1
btui.h
@ -248,6 +248,7 @@ static keyname_t key_names[] = {
|
||||
{KEY_F1, "F1"}, {KEY_F2, "F2"}, {KEY_F3, "F3"}, {KEY_F4, "F4"}, {KEY_F5, "F5"},
|
||||
{KEY_F6, "F6"}, {KEY_F7, "F7"}, {KEY_F8, "F8"}, {KEY_F9, "F9"}, {KEY_F10, "F10"},
|
||||
{KEY_F11, "F11"}, {KEY_F12, "F12"},
|
||||
{RESIZE_EVENT, "Resize"},
|
||||
};
|
||||
|
||||
// This is the default termios for normal terminal behavior and the text-user-interface one:
|
||||
|
Loading…
Reference in New Issue
Block a user