about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-09 18:09:41 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-09 18:09:41 -0800
commit207fc69d2e9a3dc43d75a3224d81b7291605d6f7 (patch)
tree1407963237ab05777ba5d57853a7760d998d2509 /mu.arc
parentba9132e6fd956362f9c20817d6ebffa7f2c4422c (diff)
downloadmu-207fc69d2e9a3dc43d75a3224d81b7291605d6f7.tar.gz
726
Diffstat (limited to 'mu.arc')
-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"))