aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
authordam <dam@gudinoff>2024-05-02 00:57:53 +0100
committerdam <dam@gudinoff>2024-05-02 00:57:53 +0100
commit66dfee359cbe2c18ce8400edeb801a2373a771f4 (patch)
treef1324ad9a8e058ae6a7d2704bdb6092e02015e1f /ttt.jai
parent90d17cde7d92be5e2c1bedb97c8c8d5ca324a39d (diff)
downloadtask-time-tracker-66dfee359cbe2c18ce8400edeb801a2373a771f4.tar.zst
task-time-tracker-66dfee359cbe2c18ce8400edeb801a2373a771f4.zip
WIP : Using string builder to improve TUI performance.
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttt.jai b/ttt.jai
index 63317d7..50fa198 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -28,6 +28,8 @@
#import "UTF8";
TUI :: #import "TUI"(COLOR_MODE=4);
+// - fix/implement/finish TODO : use `dirty_bit_flag` to only update ehat has been changed
+
VERSION :: "2.0"; // Use only 3 chars (to fit layouts).
YEAR :: "2024";
FIRST_DAY_OF_WEEK :: 1; // (0-6, Sunday = 0).