diff options
| author | dam <devnull@localhost> | 2024-01-07 01:28:21 +0000 |
|---|---|---|
| committer | dam <devnull@localhost> | 2024-01-07 01:28:21 +0000 |
| commit | e5d8eaa14407608a15a639da14bbea99dd8ef61a (patch) | |
| tree | dc41da8f228531130a00e0c62e46fb4c0660a235 /ttt.jai | |
| parent | 381e62b9128123d12294df4aeae5430cd62349e9 (diff) | |
| download | task-time-tracker-e5d8eaa14407608a15a639da14bbea99dd8ef61a.tar.zst task-time-tracker-e5d8eaa14407608a15a639da14bbea99dd8ef61a.zip | |
Fixed Windows raw IO modes.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |
