aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
authordam <devnull@localhost>2024-01-07 01:28:21 +0000
committerdam <devnull@localhost>2024-01-07 01:28:21 +0000
commite5d8eaa14407608a15a639da14bbea99dd8ef61a (patch)
treedc41da8f228531130a00e0c62e46fb4c0660a235 /ttt.jai
parent381e62b9128123d12294df4aeae5430cd62349e9 (diff)
downloadtask-time-tracker-e5d8eaa14407608a15a639da14bbea99dd8ef61a.tar.zst
task-time-tracker-e5d8eaa14407608a15a639da14bbea99dd8ef61a.zip
Fixed Windows raw IO modes.
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttt.jai b/ttt.jai
index 654cde4..4540699 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1239,7 +1239,7 @@ main :: () {
// TODO Test input
- if 0 {
+ if 1 {
print("TEST : set and get cursor position --\n", to_standard_error = true);
TUI.start();
ROW :: 3;
@@ -1251,7 +1251,7 @@ main :: () {
print("> success\n", to_standard_error = true);
}
- if 0 {
+ if 1 {
print("TEST : test key input --\n", to_standard_error = true);
auto_release_temp();
TUI.start();