From: nethack.allison Date: Mon, 23 Dec 2002 13:38:26 +0000 (+0000) Subject: follow-up to win32 backsp() change X-Git-Tag: MOVE2GIT~2283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92b7f7daff6ed34ca5daf648a3d41636bb13100b;p=nethack follow-up to win32 backsp() change --- diff --git a/sys/share/pcunix.c b/sys/share/pcunix.c index a4a1b270c..3e9316168 100644 --- a/sys/share/pcunix.c +++ b/sys/share/pcunix.c @@ -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;