diff options
| author | dam <dam@gudinoff> | 2023-12-17 02:24:39 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2023-12-17 02:24:39 +0000 |
| commit | 40b9a45a41f894cd8569104155c7456d1ef6f6bc (patch) | |
| tree | 87f6a79b4ec5f8d714c5bfd5676f5709a7a2f47f /ttt.jai | |
| parent | 8d06729eb3353705f5d35457c5f921407f8c0f4a (diff) | |
| download | task-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.jai | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
