about summary refs log tree commit diff stats
path: root/apps/ex4.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ex4.mu')
-rw-r--r--apps/ex4.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ex4.mu b/apps/ex4.mu
index f6c0bf8a..f5df8706 100644
--- a/apps/ex4.mu
+++ b/apps/ex4.mu
@@ -11,4 +11,6 @@
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   var dummy/eax: int <- draw-code-point screen, 0x41/A, 2/row, 1/col, 0xa/fg, 0/bg
+  # wide glyph
+#?   var dummy/eax: int <- draw-code-point screen, 0x1b/esc, 2/row, 1/col, 0xa/fg, 0/bg
 }