aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai8
1 files changed, 4 insertions, 4 deletions
diff --git a/ttt.jai b/ttt.jai
index 2e5af82..62c2e6c 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -167,8 +167,9 @@ trigger_autosave :: () {
}
show_processing :: () {
- //mvaddch(0, 0, ACS_DIAMOND); TODO DAM
- //refresh(); TODO DAM
+ TUI.set_cursor_position(1, 1);
+ // TODO Maybe add some color?
+ write_strings(TUI.Commands.DrawingMode, TUI.Drawings.Diamond, TUI.Commands.TextMode);
}
// Returns true if string to_compare is equal to any of the other passed strings, false otherwise.
@@ -1955,8 +1956,7 @@ main :: () {
if (error_saving) {
print_error("Press any key to close.");
draw_error_window();
- //timeout(INPUT_AWAIT_INF); TODO DAM
- //getch(); TODO DAM
+ TUI.get_key();
}
TUI.stop();