diff options
| author | dam <dam@gudinoff> | 2024-04-06 02:31:50 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-04-06 02:31:50 +0100 |
| commit | 8016c5c04e3d452dab583b2c9c2161a5a950ea65 (patch) | |
| tree | fb312ad931d94bf92a8c7759058ea82207245742 /modules/TUI | |
| parent | c8fb1f06ec6f83fc71c2f68bb2fc337e971e25b9 (diff) | |
| download | task-time-tracker-8016c5c04e3d452dab583b2c9c2161a5a950ea65.tar.zst task-time-tracker-8016c5c04e3d452dab583b2c9c2161a5a950ea65.zip | |
Code cleanup.
Diffstat (limited to 'modules/TUI')
| -rw-r--r-- | modules/TUI/module.jai | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TUI/module.jai b/modules/TUI/module.jai index 4e67db5..fbf2dd9 100644 --- a/modules/TUI/module.jai +++ b/modules/TUI/module.jai @@ -718,7 +718,7 @@ set_terminal_title :: (title: string) { print(Commands.SetWindowTitle, title); } - +// TODO #if OS == .WINDOWS { // Prototyping zone... keep clear! } |
