diff options
| author | dam <dam@gudinoff> | 2024-03-15 01:46:01 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-03-15 01:46:01 +0000 |
| commit | ac92da96856603d450e39fa536f287bcf67c0fd7 (patch) | |
| tree | 36ce4983d01d2457711e0248f73324ffe7a28337 /ttt.jai | |
| parent | 0087918da456195648012e790d8f3a96a6dde403 (diff) | |
| download | task-time-tracker-ac92da96856603d450e39fa536f287bcf67c0fd7.tar.zst task-time-tracker-ac92da96856603d450e39fa536f287bcf67c0fd7.zip | |
Improved key map.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1249,7 +1249,7 @@ main :: () { print("- success\n", to_standard_error = true); } - if 1 { + if 0 { print("TEST : test key input\n", to_standard_error = true); auto_release_temp(); TUI.start(); @@ -1277,7 +1277,7 @@ main :: () { print("- success\n", to_standard_error = true); } - if 1 { + if 0 { print("TEST : draw box\n", to_standard_error = true); auto_release_temp(); TUI.start(); // TODO Should start() call flush_input internally? @@ -1292,7 +1292,7 @@ main :: () { print("- success\n", to_standard_error = true); } - if 1 { + if 0 { print("TEST : get terminal size\n", to_standard_error = true); auto_release_temp(); TUI.start(); @@ -1309,7 +1309,7 @@ main :: () { print("- success\n", to_standard_error = true); } - if 1 { + if 0 { print("TEST : set terminal title\n", to_standard_error = true); TUI.start(); title := "BAZINGA"; |
