about summary refs log tree commit diff stats
path: root/shell/trace.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-01 16:20:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-01 16:20:44 -0700
commit83847e9f0a9994f591ac1547cdb5e44be6c41eec (patch)
tree63115d0103505f92e5b5bad054648e78afbff768 /shell/trace.mu
parentd0e2d093f789fac54056a2f19f2339d230a69420 (diff)
downloadmu-83847e9f0a9994f591ac1547cdb5e44be6c41eec.tar.gz
.
Clean up menus.
Diffstat (limited to 'shell/trace.mu')
-rw-r--r--shell/trace.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/trace.mu b/shell/trace.mu
index 5284c512..12285704 100644
--- a/shell/trace.mu
+++ b/shell/trace.mu
@@ -689,7 +689,7 @@ fn render-trace-menu screen: (addr screen) {
   draw-text-rightward-from-cursor screen, " run main  ", width, 7/fg, 0xc5/bg=blue-bg
   draw-text-rightward-from-cursor screen, " ctrl-s ", width, 0/fg, 0x5c/bg=black
   draw-text-rightward-from-cursor screen, " run sandbox  ", width, 7/fg, 0xc5/bg=blue-bg
-  draw-text-rightward-from-cursor screen, " ctrl-m ", width, 0/fg, 0x18/bg=keyboard
+  draw-text-rightward-from-cursor screen, " ctrl-m ", width, 0/fg, 3/bg=keyboard
   draw-text-rightward-from-cursor screen, " to keyboard  ", width, 7/fg, 0xc5/bg=blue-bg
   draw-text-rightward-from-cursor screen, " j ", width, 0/fg, 0x5c/bg=black
   draw-text-rightward-from-cursor screen, " down  ", width, 7/fg, 0xc5/bg=blue-bg