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.mu10
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index b802fc26..3a17bcad 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -1480,7 +1480,7 @@ fn clear-canvas _env: (addr environment) {
   reset-formatting screen
   print-string screen, " quit "
   var menu-start/ebx: int <- copy repl-col
-  menu-start <- subtract 0x40  # 64 = half the size of the menu
+  menu-start <- subtract 0x48  # 72 = half the size of the menu
   move-cursor screen, *nrows, menu-start
   start-reverse-video screen
   print-string screen, " ctrl-a "
@@ -1497,11 +1497,15 @@ fn clear-canvas _env: (addr environment) {
   start-reverse-video screen
   print-string screen, " ctrl-e "
   reset-formatting screen
-  print-string screen, " ⏭   "
+  print-string screen, " ⏭         "
+  start-reverse-video screen
+  print-string screen, " ctrl-l "
+  reset-formatting screen
+  print-string screen, " new line "
   start-reverse-video screen
   print-string screen, " ctrl-u "
   reset-formatting screen
-  print-string screen, " clear line  "
+  print-string screen, " clear  "
   start-reverse-video screen
   print-string screen, " ctrl-n "
   reset-formatting screen