diff options
| author | dam <dam@gudinoff> | 2023-12-22 10:30:44 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2023-12-22 10:30:44 +0000 |
| commit | 6137ac4219b98c412f77ebc3c70ae196c13641ee (patch) | |
| tree | 8c5e9aa2a39f3d642c11bc5211c5beda2a95ebb4 /TUI | |
| parent | bff4f889c49587fffd39ceb04c88db42bba8d8f1 (diff) | |
| download | task-time-tracker-6137ac4219b98c412f77ebc3c70ae196c13641ee.tar.zst task-time-tracker-6137ac4219b98c412f77ebc3c70ae196c13641ee.zip | |
Fixed bug in count_digits. Converted print_time to TUI.
Diffstat (limited to 'TUI')
| -rw-r--r-- | TUI/unix.jai | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |
