From 33ed713124d75f9945cec007fe3ad269062f0434 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 26 Oct 2021 22:11:49 -0700 Subject: . --- vocabulary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vocabulary.md b/vocabulary.md index 4c9666cd..9c614a90 100644 --- a/vocabulary.md +++ b/vocabulary.md @@ -140,9 +140,9 @@ The most useful functions from 400.mu and later .mu files. Look for definitions All text-mode screen primitives require a screen object, which can be either the real screen on the computer or a fake screen for tests. -The real screen on the Mu computer can currently display only ASCII characters, -though it's easy to import more of the font. There is only one font, and it's -mostly fixed-width, with graphemes being either 8 or 16 pixels wide. +The real screen on the Mu computer can currently display a subset of Unicode. +There is only one font, and it's mostly fixed-width, with graphemes being +either 8 or 16 pixels wide. - `draw-grapheme`: draws a single grapheme at a given coordinate, with given foreground and background colors. -- cgit 1.4.1-2-gfad0