about summary refs log tree commit diff stats
path: root/shell/tokenize.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-29 15:54:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-29 15:54:41 -0700
commit6b212ed6e7ad16ed67af92bd7159aa7002f46339 (patch)
tree655c225d6be6779ec119cf1c1f7d02e2b434f9ca /shell/tokenize.mu
parentd8f306c30c82241aa40047504793fb68350cd1e6 (diff)
downloadmu-6b212ed6e7ad16ed67af92bd7159aa7002f46339.tar.gz
.
Diffstat (limited to 'shell/tokenize.mu')
-rw-r--r--shell/tokenize.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/tokenize.mu b/shell/tokenize.mu
index c4d57650..12a0a5be 100644
--- a/shell/tokenize.mu
+++ b/shell/tokenize.mu
@@ -235,8 +235,6 @@ fn next-token in: (addr gap-buffer), _out-cell: (addr cell), trace: (addr trace)
   var out/edi: (addr stream byte) <- copy _out
   clear-stream out
   var g/eax: grapheme <- peek-from-gap-buffer in
-#?   draw-grapheme-at-cursor 0/screen, g, 7/fg, 0/bg
-#?   move-cursor-rightward-and-downward 0/screen, 0, 0x80
   {
     var stream-storage: (stream byte 0x40)
     var stream/esi: (addr stream byte) <- address stream-storage