about summary refs log tree commit diff stats
path: root/shell/primitives.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-05 17:36:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-05 17:36:25 -0700
commitac1d702cdc1817c7ba1ca9d463888687e2ad3b6d (patch)
treed6db11c1215bed4ee1555db3142ae5ae4d7ab996 /shell/primitives.mu
parent1ac1fe1fff6d8808e9327587f8b5c3978764b6e5 (diff)
downloadmu-ac1d702cdc1817c7ba1ca9d463888687e2ad3b6d.tar.gz
.
Diffstat (limited to 'shell/primitives.mu')
-rw-r--r--shell/primitives.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/primitives.mu b/shell/primitives.mu
index 1c12245e..bac3e416 100644
--- a/shell/primitives.mu
+++ b/shell/primitives.mu
@@ -141,7 +141,7 @@ fn render-primitives screen: (addr screen), xmin: int, xmax: int, ymax: int {
   y <- increment
   var tmpx/eax: int <- copy xmin
   tmpx <- draw-text-rightward screen, "  key", tmpx, left-max, y, 0x2a/fg=orange, 0xdc/bg=green-bg
-  tmpx <- draw-text-rightward screen, ": () -> grapheme?", tmpx, left-max, y, 7/fg=grey, 0xdc/bg=green-bg
+  tmpx <- draw-text-rightward screen, ": keyboard -> grapheme?", tmpx, left-max, y, 7/fg=grey, 0xdc/bg=green-bg
   y <- increment
   var tmpx/eax: int <- copy xmin
   tmpx <- draw-text-rightward screen, "streams", tmpx, left-max, y, 7/fg=grey, 0xdc/bg=green-bg