about summary refs log tree commit diff stats
path: root/prototypes/browse/19/main.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/19/main.mu')
-rw-r--r--prototypes/browse/19/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/19/main.mu b/prototypes/browse/19/main.mu
index 6457ca81..c936a575 100644
--- a/prototypes/browse/19/main.mu
+++ b/prototypes/browse/19/main.mu
@@ -37,7 +37,7 @@ fn render-normal fs: (addr file-state), state: (addr screen-position-state) {
     compare c, 0xffffffff  # EOF marker
     break-if-=
     #
-    print-byte c
+    add-char state, c
     #
     loop
   }