summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-06-01 11:33:07 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-06-01 11:33:07 +0800
commit0c6ecb8ebd68910c556facf0eed5730687412c0a (patch)
tree4dee46ff8863e2d1df9b2c5648faced2d8a4d927 /ui.c
parentd94bf01fdd4b8e9f307463ea04454c8db4824859 (diff)
Misc retouches
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) {