aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai8
1 files changed, 4 insertions, 4 deletions
diff --git a/ttt.jai b/ttt.jai
index 1a74b37..2921ff0 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -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";