about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/mu.arc.t b/mu.arc.t
index e132b598..801609b2 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -3730,7 +3730,9 @@
 
 ;; ---
 
-(section 100  ; string utilities
+(section 100
+
+; String utilities
 
 (reset)
 (new-trace "string-new")
@@ -4069,6 +4071,7 @@
   (when (~memory-contains-array base "-237")
     (prn "F - converting negative integer to decimal string")))
 
+; fake screen for tests; prints go to a string
 (reset)
 (new-trace "fake-screen-initial")
 (add-code:readfile "chessboard-cursor.mu")
@@ -4095,7 +4098,7 @@
              "                    "))
   (prn "F - fake screen starts out with all spaces"))
 
-)  ; section 100 for string utilities
+)  ; section 100
 
 (reset)
 (new-trace "parse-and-record")