From 33db847d4c678a884efc5719f9057f3c00403765 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 27 Feb 2025 14:08:58 -0500 Subject: [PATCH] Add name for "Resize" --- btui.h | 1 + 1 file changed, 1 insertion(+) 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: