aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
authordam <dam@gudinoff>2023-12-17 02:24:39 +0000
committerdam <dam@gudinoff>2023-12-17 02:24:39 +0000
commit40b9a45a41f894cd8569104155c7456d1ef6f6bc (patch)
tree87f6a79b4ec5f8d714c5bfd5676f5709a7a2f47f /ttt.jai
parent8d06729eb3353705f5d35457c5f921407f8c0f4a (diff)
downloadtask-time-tracker-40b9a45a41f894cd8569104155c7456d1ef6f6bc.tar.zst
task-time-tracker-40b9a45a41f894cd8569104155c7456d1ef6f6bc.zip
It seems we arrived a good compromise for the Key structure.
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai3
1 files changed, 2 insertions, 1 deletions
diff --git a/ttt.jai b/ttt.jai
index f0b554f..1cae6a2 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1179,7 +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 :: () {
// -- -- -- Testing TUI -- START