]> granicus.if.org Git - nethack/commitdiff
follow-up to win32 backsp() change
authornethack.allison <nethack.allison>
Mon, 23 Dec 2002 13:38:26 +0000 (13:38 +0000)
committernethack.allison <nethack.allison>
Mon, 23 Dec 2002 13:38:26 +0000 (13:38 +0000)
sys/share/pcunix.c

index a4a1b270cfe17dcb5a2341d0617da5600af74fc0..3e93161684e1409cb67ba258b359c01564419136 100644 (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;