about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
Diffstat (limited to '400.mu')
-rw-r--r--400.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/400.mu b/400.mu
index 9e8c4bc7..8e42eabc 100644
--- a/400.mu
+++ b/400.mu
@@ -142,7 +142,7 @@ sig real-screen-size -> nrows/eax: int, ncols/ecx: int
 sig clear-real-screen
 sig move-cursor-on-real-screen row: int, column: int
 sig print-string-to-real-screen s: (addr array byte)
-sig print-byte-to-real-screen c: byte
+sig print-grapheme-to-real-screen c: grapheme
 sig print-int32-hex-to-real-screen n: int
 sig reset-formatting-on-real-screen
 sig start-color-on-real-screen fg: int, bg: int