aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
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();