about summary refs log tree commit diff stats
path: root/apps/tile/main.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-12 10:07:55 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-12 10:07:55 -0700
commit855431280d047000c8f90868603025631a0f3c5b (patch)
treed48f719097d4966a3a64ef10ea96cf75517f24f8 /apps/tile/main.mu
parent4d985cda1e703315f4b91640ea860492ee019570 (diff)
downloadmu-855431280d047000c8f90868603025631a0f3c5b.tar.gz
7009 - tile: real hotkey to quit
Diffstat (limited to 'apps/tile/main.mu')
-rw-r--r--apps/tile/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/main.mu b/apps/tile/main.mu
index 457fef83..f3e8a34a 100644
--- a/apps/tile/main.mu
+++ b/apps/tile/main.mu
@@ -61,7 +61,7 @@ fn interactive {
   draw-screen env
   {
     var key/eax: grapheme <- read-key-from-real-keyboard
-    compare key, 0x71  # 'q'
+    compare key, 0x11  # 'ctrl-q'
     break-if-=
     process env, key
     render env