diff options
| author | dam <dam@gudinoff> | 2024-03-02 03:58:33 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-03-02 03:58:33 +0000 |
| commit | 76eab65ffe14674a7b7fdece67c2a25c2a044dc7 (patch) | |
| tree | 6709057df85863445983a39726a04546c9c14799 /ttt.jai | |
| parent | 45e56e387b713cebd78c3789ed7c234e588fbe48 (diff) | |
| download | task-time-tracker-76eab65ffe14674a7b7fdece67c2a25c2a044dc7.tar.zst task-time-tracker-76eab65ffe14674a7b7fdece67c2a25c2a044dc7.zip | |
Setup mappings for several different terminals.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1348,12 +1348,6 @@ main :: () { TUI.clear_terminal(); drop_down = 0; } - - case TUI.Keys.MetaF7; { - TUI.set_cursor_position(3+drop_down, 2); - drop_down += 1; - write_string("META F7"); - } case; { TUI.set_cursor_position(3+drop_down, 2); @@ -1420,7 +1414,7 @@ main :: () { TUI.stop(); } - write_string("DONE"); + write_string("DONE\n"); exit(0); // -- -- -- Testing TUI -- STOP |
