diff options
| author | dam <devnull@localhost> | 2024-04-14 18:08:15 +0100 |
|---|---|---|
| committer | dam <devnull@localhost> | 2024-04-14 18:08:15 +0100 |
| commit | 5844ab303d3d7fc396beb7c6d8a0104496608f08 (patch) | |
| tree | 9f79aa387d6d792e7ddcc535409a65a81610cc76 /ttt.jai | |
| parent | 972508efbcfa8f65514fa115d4d49adc6f01683a (diff) | |
| download | task-time-tracker-5844ab303d3d7fc396beb7c6d8a0104496608f08.tar.zst task-time-tracker-5844ab303d3d7fc396beb7c6d8a0104496608f08.zip | |
Add validation to COLOR_MODE module parameter.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #import "String"; #import "Integer_Saturating_Arithmetic"; #import "UTF8"; -TUI :: #import "TUI"(COLOR_BIT_DEPTH=4); +TUI :: #import "TUI"(COLOR_MODE=4); VERSION :: "2.0"; // Use only 3 chars (to fit layouts). YEAR :: "2024"; |
