diff options
Diffstat (limited to 'ui.c')
-rw-r--r-- | ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |