From e5d8eaa14407608a15a639da14bbea99dd8ef61a Mon Sep 17 00:00:00 2001 From: dam Date: Sun, 7 Jan 2024 01:28:21 +0000 Subject: Fixed Windows raw IO modes. --- ttt.jai | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ttt.jai') 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(); -- cgit v1.2.3