From ac92da96856603d450e39fa536f287bcf67c0fd7 Mon Sep 17 00:00:00 2001 From: dam Date: Fri, 15 Mar 2024 01:46:01 +0000 Subject: Improved key map. --- ttt.jai | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ttt.jai') 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"; -- cgit v1.2.3