about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-08 00:13:12 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-08 00:13:12 -0700
commit359f55d8931b8a297c0a2c6bce4e788f4c52d582 (patch)
treefe2dd27032c194d13b9b4184d0b3e72f91f41fe2
parentd1482a9e89aada8f17d235c865c868817902f196 (diff)
downloadmu-359f55d8931b8a297c0a2c6bce4e788f4c52d582.tar.gz
.
-rw-r--r--img.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/img.mu b/img.mu
index f1235653..fd8b2c37 100644
--- a/img.mu
+++ b/img.mu
@@ -30,7 +30,6 @@ fn load-image self: (addr image), data-disk: (addr disk) {
   load-sectors data-disk, 0x300/lba, 0x100/sectors, s
   load-sectors data-disk, 0x400/lba, 0x100/sectors, s
   load-sectors data-disk, 0x500/lba, 0x100/sectors, s
-  # stream -> gap-buffer (HACK: we temporarily cannibalize the sandbox's gap-buffer)
   draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, "parsing", 3/fg, 0/bg
   move-cursor-to-left-margin-of-next-line 0/screen
   initialize-image self, s