From 307433ade86a5fa68e93f6da454d09974109b932 Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 11 Jan 2026 15:34:19 +0100 Subject: Fixup order of refresh/delay --- nandgame/cpp/simpc_ui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nandgame/cpp/simpc_ui.cpp b/nandgame/cpp/simpc_ui.cpp index 4bfc93b..2740db8 100644 --- a/nandgame/cpp/simpc_ui.cpp +++ b/nandgame/cpp/simpc_ui.cpp @@ -15,11 +15,11 @@ #define PRINT_NEXT(dly) \ { \ refresh(); \ + wrefresh(status_top); \ + wrefresh(clock_regs); \ if (dly) { \ napms(NCUR_DELAY_MS); \ } \ - wrefresh(status_top); \ - wrefresh(clock_regs); \ } #define SIMPLE_BORDER(w, lr, tb, c) \ -- cgit v1.2.3