From 0c6ecb8ebd68910c556facf0eed5730687412c0a Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 1 Jun 2022 11:33:07 +0800 Subject: Misc retouches --- ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 8693119..28f6f5c 100644 --- a/ui.c +++ b/ui.c @@ -51,6 +51,7 @@ void printpiece(struct piece* pc, int y, int x, int color_pair) { } } attroff(COLOR_PAIR(color_pair)); + refresh(); } void printpieces(struct piece** hand, int y, int x, int nhand, int highlight) { -- cgit v1.2.3