From 92b7f7daff6ed34ca5daf648a3d41636bb13100b Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 23 Dec 2002 13:38:26 +0000 Subject: [PATCH] follow-up to win32 backsp() change --- sys/share/pcunix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.40.0