From ac9e0033f39a9f2feaa024024a7c443d4e6df77f Mon Sep 17 00:00:00 2001 From: dam Date: Mon, 1 Jan 2024 19:15:55 +0000 Subject: Added some TODO items and fixed show_processing procedure. --- ttt.jai | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ttt.jai') 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(); -- cgit v1.2.3