about summary refs log tree commit diff stats
path: root/apps/tile/environment.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/environment.mu')
-rw-r--r--apps/tile/environment.mu5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index ab3a30d8..c0cdb2f7 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -833,6 +833,11 @@ fn clear-canvas _env: (addr environment) {
   var repl-col/ecx: int <- copy *_repl-col
   draw-vertical-line screen, 1, *nrows, repl-col
   # wordstar-style cheatsheet of shortcuts
+  move-cursor screen, *nrows, 0
+  start-reverse-video screen
+  print-string screen, " ctrl-q "
+  reset-formatting screen
+  print-string screen, " quit "
   var menu-start/ecx: int <- copy repl-col
   menu-start <- subtract 0x2c  # 44 = half the size of the menu
   move-cursor screen, *nrows, menu-start