diff options
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(); |
