From 2199503244bef3a5e89e49a9588c7b260f097baf Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 29 Aug 2024 17:50:14 +0330 Subject: added min width and height fixed text widget bug --- src/ui/tui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/tui.h') 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, -- cgit v1.2.3