follow-up to win32 backsp() change

This commit is contained in:
nethack.allison
2002-12-23 13:38:26 +00:00
parent 335aeb4c9e
commit 92b7f7daff

View File

@@ -173,7 +173,9 @@ getlock()
if (ct > 0) {
# if defined(WIN32CON)
backsp(); /* \b is visible on NT */
# else
(void) putchar(' ');
backsp();
# else
msmsg("\b \b");
# endif
ct = 0;