about summary refs log tree commit diff stats
path: root/513grapheme-stack.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-09-02 16:02:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-09-02 16:02:52 -0700
commit50d8f9c8527732c1ee9113ea7f565a94686ddd35 (patch)
tree7df451b55963e9e28221b9def579ad52ef1ebf24 /513grapheme-stack.mu
parent60a50c92456fed87c4eaceee7a4649098238a2eb (diff)
downloadmu-50d8f9c8527732c1ee9113ea7f565a94686ddd35.tar.gz
audit remaining calls to render-code-point
By definition that function can't support combining characters.
Diffstat (limited to '513grapheme-stack.mu')
-rw-r--r--513grapheme-stack.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/513grapheme-stack.mu b/513grapheme-stack.mu
index 40deb052..3228cfb3 100644
--- a/513grapheme-stack.mu
+++ b/513grapheme-stack.mu
@@ -114,7 +114,7 @@ fn render-stack-from-bottom-wrapping-right-then-down screen: (addr screen), _sel
         break-if-!=
         copy-to fg, 0xf/highlight
       }
-      x, y <- render-code-point screen, c, xmin, ymin, xmax, ymax, x, y, fg, background-color
+      x, y <- render-code-point screen, c, xmin, ymin, xmax, ymax, x, y, fg, background-color  # TODO: handle combining characters
     }
     i <- increment
     loop