aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-03-07 21:04:29 -0500
committerRyan Kavanagh <rak@debian.org>2013-03-07 21:04:29 -0500
commit506178e4f71aa0d2ea9d793e9c563df52df40c51 (patch)
treef002d7a115de6d7fd71469094c28e66fd07eaa79
parentAdded missing functionality of checking if player is 'stuck' (diff)
Clear prompt on scorebox update
-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);
}