From 6137ac4219b98c412f77ebc3c70ae196c13641ee Mon Sep 17 00:00:00 2001 From: dam Date: Fri, 22 Dec 2023 10:30:44 +0000 Subject: Fixed bug in count_digits. Converted print_time to TUI. --- TUI/unix.jai | 1 - 1 file changed, 1 deletion(-) (limited to 'TUI') diff --git a/TUI/unix.jai b/TUI/unix.jai index 03a371b..a35c2dc 100644 --- a/TUI/unix.jai +++ b/TUI/unix.jai @@ -209,7 +209,6 @@ was_resized : bool; resize_handler :: (signal_code : s32) #c_call { new_context : Context; push_context new_context { - print("SIGNAL:%", signal_code); if signal_code != SIGWINCH then return; atomic_swap(*was_resized, true); } -- cgit v1.2.3