about summary refs log tree commit diff stats
path: root/html/shell/main.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/main.mu.html')
-rw-r--r--html/shell/main.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/shell/main.mu.html b/html/shell/main.mu.html
index 069feab7..d2af1b9a 100644
--- a/html/shell/main.mu.html
+++ b/html/shell/main.mu.html
@@ -72,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L13" class="LineNr">13 </span>      <span class="PreProc">var</span> key/eax: byte <span class="Special">&lt;-</span> <a href='../102keyboard.subx.html#L21'>read-key</a> keyboard
 <span id="L14" class="LineNr">14 </span>      compare key, <span class="Constant">0</span>
 <span id="L15" class="LineNr">15 </span>      <span class="PreProc">loop-if-=</span>
-<span id="L16" class="LineNr">16 </span>      <span class="PreProc">var</span> key/eax: grapheme <span class="Special">&lt;-</span> copy key
+<span id="L16" class="LineNr">16 </span>      <span class="PreProc">var</span> key/eax: code-point-utf8 <span class="Special">&lt;-</span> copy key
 <span id="L17" class="LineNr">17 </span>      <a href='environment.mu.html#L148'>edit-environment</a> env, key, data-disk
 <span id="L18" class="LineNr">18 </span>    <span class="Delimiter">}</span>
 <span id="L19" class="LineNr">19 </span>    <span class="PreProc">loop</span>