diff options
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"; |
