diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-06-01 11:33:07 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-06-01 11:33:07 +0800 |
commit | 0c6ecb8ebd68910c556facf0eed5730687412c0a (patch) | |
tree | 4dee46ff8863e2d1df9b2c5648faced2d8a4d927 /ui.c | |
parent | d94bf01fdd4b8e9f307463ea04454c8db4824859 (diff) |
Misc retouches
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) { |