about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-26 22:11:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-26 22:11:49 -0700
commit33ed713124d75f9945cec007fe3ad269062f0434 (patch)
tree25ee663f825c15ccb7622794c622bf32ecb90e50
parent85fe614cd9a55c8b8c826005bf3942a89d6dbcfa (diff)
downloadmu-33ed713124d75f9945cec007fe3ad269062f0434.tar.gz
.
-rw-r--r--vocabulary.md6
1 files 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.