summaryrefslogtreecommitdiff
path: root/src/ui/tui.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-08-29 17:50:14 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-08-29 17:50:14 +0330
commit2199503244bef3a5e89e49a9588c7b260f097baf (patch)
tree9aa637912de30f408be5ce666a5b6a07363a749f /src/ui/tui.h
parent779c9d9d0fc2c20ec6a4e622a2ce5d6c0810c3e0 (diff)
added min width and height
fixed text widget bug
Diffstat (limited to 'src/ui/tui.h')
-rw-r--r--src/ui/tui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tui.h b/src/ui/tui.h
index bda1d65..436e132 100644
--- a/src/ui/tui.h
+++ b/src/ui/tui.h
@@ -12,6 +12,8 @@ extern const int MAX_HEIGHT;
extern const int MIN_WIDTH;
extern const int MIN_HEIGHT;
+extern const int FRAME_UNLIMITED;
+
typedef enum MOUSE_BUTTON {
MOUSE_BUTTON_LEFT_CLICK = 32,
MOUSE_BUTTON_MIDDLE_CLICK = 33,