From 4aa3ae769bc079dd5cbd3419cc44b1d95986f837 Mon Sep 17 00:00:00 2001 From: dam Date: Sat, 10 Feb 2024 02:53:54 +0000 Subject: Fixed some windows OS_ procedures. Simplified and fixed get_key(). --- TUI/unix.jai | 1 + 1 file changed, 1 insertion(+) (limited to 'TUI/unix.jai') diff --git a/TUI/unix.jai b/TUI/unix.jai index 2da4437..861fe11 100644 --- a/TUI/unix.jai +++ b/TUI/unix.jai @@ -204,6 +204,7 @@ //////////////////////////////////////////////////////////////////////////////// // Resize detection +was_resized : bool; resize_handler :: (signal_code : s32) #c_call { new_context : Context; -- cgit v1.2.3