diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-03-07 21:04:29 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-03-07 21:04:29 -0500 |
commit | 506178e4f71aa0d2ea9d793e9c563df52df40c51 (patch) | |
tree | f002d7a115de6d7fd71469094c28e66fd07eaa79 /nmm.c | |
parent | Added missing functionality of checking if player is 'stuck' (diff) |
Clear prompt on scorebox update
Diffstat (limited to 'nmm.c')
-rw-r--r-- | nmm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |