diff options
| author | dam <dam@gudinoff> | 2023-12-20 02:24:28 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2023-12-20 02:24:28 +0000 |
| commit | 6dcfeb56e6c65724a76afc8beedc277c8f4f7171 (patch) | |
| tree | f743061c0f1736790c8b88d577a755c5d62204e1 /ttt.jai | |
| parent | 40b9a45a41f894cd8569104155c7456d1ef6f6bc (diff) | |
| download | task-time-tracker-6dcfeb56e6c65724a76afc8beedc277c8f4f7171.tar.zst task-time-tracker-6dcfeb56e6c65724a76afc8beedc277c8f4f7171.zip | |
Attempt at implementing Key and get_key().
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
