aboutsummaryrefslogtreecommitdiff
path: root/nmm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nmm.c')
-rw-r--r--nmm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nmm.c b/nmm.c
index 4a8c80b..a28c6e1 100644
--- a/nmm.c
+++ b/nmm.c
@@ -499,6 +499,7 @@ update_scorebox(WINDOW *w, const game *g)
} else {
mvwprintw(w, 7, 2, "White's move: ");
}
+ mvwaddstr(w, promptrow, promptcol, " |");
wrefresh(w);
}