diff options
| author | dam <dam@gudinoff> | 2024-05-02 00:57:53 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-05-02 00:57:53 +0100 |
| commit | 66dfee359cbe2c18ce8400edeb801a2373a771f4 (patch) | |
| tree | f1324ad9a8e058ae6a7d2704bdb6092e02015e1f /ttt.jai | |
| parent | 90d17cde7d92be5e2c1bedb97c8c8d5ca324a39d (diff) | |
| download | task-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.jai | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |
