summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c1
1 files changed, 1 insertions, 0 deletions
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) {