about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--color-repl.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/color-repl.mu b/color-repl.mu
index 51ba263a..2b3712fd 100644
--- a/color-repl.mu
+++ b/color-repl.mu
@@ -7,7 +7,7 @@
   { begin
     (c:character <- $wait-for-key-from-host)
     ; handle backspace
-    ; todo: backspace into comment or string
+    ; todo: backspace into comment or string; backspace past newline
     { begin
       (backspace?:boolean <- equal c:character ((#\backspace literal)))
       (break-unless backspace?:boolean)