diff options
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 |
