about summary refs log tree commit diff stats
path: root/prototypes/browse/19/main.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-05 14:06:57 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-05 14:08:28 -0700
commitda9f0082dbd64590bfa37c1d2f77d0b871b207bb (patch)
tree3af0ca9ae847aa7bc30aac303270c5f2fb04bf07 /prototypes/browse/19/main.mu
parentd7f41fd02a20504b858793f033bcfce994fe454d (diff)
downloadmu-da9f0082dbd64590bfa37c1d2f77d0b871b207bb.tar.gz
6470
No, we can stay with the previous prototype a little longer.
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
   }