This commit is contained in:
Kartik K. Agaram 2015-02-09 18:09:41 -08:00
parent ba9132e6fd
commit 207fc69d2e
1 changed files with 2 additions and 2 deletions

4
mu.arc
View File

@ -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"))