From ce40906a177708e54ea1067ca157a308a185a164 Mon Sep 17 00:00:00 2001 From: dam Date: Thu, 29 Feb 2024 01:08:40 +0000 Subject: WIP : Improving get_key to deal with escape codes. --- ttt.jai | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ttt.jai') diff --git a/ttt.jai b/ttt.jai index 7c21a1f..194bd06 100644 --- a/ttt.jai +++ b/ttt.jai @@ -14,8 +14,8 @@ // this program. If not, see . // Compilation commands: -// - release : jai ttt.jai -import_dir . -quiet -x64 -release -// - debug : jai ttt.jai -import_dir . -quiet -x64 +// - release : jai ttt.jai -quiet -x64 -release +// - debug : jai ttt.jai -quiet -x64 #import "Basic"()(MEMORY_DEBUGGER=true); // TODO Remove after final debug sessions. This takes up ~30MB of RAM. #import "System"; -- cgit v1.2.3