aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai7
1 files changed, 3 insertions, 4 deletions
diff --git a/ttt.jai b/ttt.jai
index 9b08f6d..593e30f 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1324,9 +1324,8 @@ main :: () {
assert(key == #char "y", "# Failed to set terminal title.\n");
print("- success\n", to_standard_error = true);
}
-
- // TODO Setup this test... check for Meta+FX or Ctrl+FX compatibility between windows and *nix.
- if 1 {
+
+ if 0 {
print("TEST : print keys and set terminal title\n", to_standard_error = true);
TUI.start();
TUI.set_terminal_title("bazinga");
@@ -1390,7 +1389,7 @@ main :: () {
TUI.stop();
}
- if 0 {
+ if 1 {
print("TEST : user input\n", to_standard_error = true);
auto_release_temp();
TUI.start();