From 6dcfeb56e6c65724a76afc8beedc277c8f4f7171 Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 20 Dec 2023 02:24:28 +0000 Subject: Attempt at implementing Key and get_key(). --- ttt.jai | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ttt.jai') diff --git a/ttt.jai b/ttt.jai index 1cae6a2..aeb5b37 100644 --- a/ttt.jai +++ b/ttt.jai @@ -1179,8 +1179,8 @@ read_enter_confirmation :: inline (row: int, style: int, message: string) -> boo return read_input_char(row, style, message) == #char "\n"; } -main :: () {} -_main :: () { +// main :: () {} +main :: () { // -- -- -- Testing TUI -- START -- cgit v1.2.3