about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index 771cb57f..401ab0c0 100644
--- a/mu.arc
+++ b/mu.arc
@@ -714,7 +714,7 @@
                              (pr "\r\n")
                            #\backspace
                              ; backspace doesn't clear after moving the cursor
-                             (pr " ")
+                             (pr "\b \b")
                            ctrl-c
                              (do ($.close-charterm)
                                  (die "interrupted"))
@@ -847,7 +847,7 @@
                              (pr "\r\n")
                            #\backspace
                              ; backspace doesn't clear after moving the cursor
-                             (pr " ")
+                             (pr "\b \b")
                            ctrl-c
                              (do ($.close-charterm)
                                  (die "interrupted"))