diff --git a/btui.h b/btui.h index 34f6c28..8113e36 100644 --- a/btui.h +++ b/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: