about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-21 11:24:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-21 11:24:23 -0700
commite552479afac60bdf3f5c089213cbc6422902ee5a (patch)
treefc5727d34a31b8ad1c184f861acc7b25540d27da /edit.mu
parent467046ef11ddd4b0ff1abb89f873bbfde8a419c4 (diff)
downloadmu-e552479afac60bdf3f5c089213cbc6422902ee5a.tar.gz
1615
Diffstat (limited to 'edit.mu')
-rw-r--r--edit.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.mu b/edit.mu
index f2a90484..3c70f5eb 100644
--- a/edit.mu
+++ b/edit.mu
@@ -279,7 +279,7 @@ recipe event-loop [
     +next-event
     e:event, events:address, found?:boolean, quit?:boolean <- read-event events:address
     loop-unless found?:boolean
-    break-if quit?:boolean
+    break-if quit?:boolean  # only in tests
     trace [app], [next-event]
     {
       m:address:mouse-event <- maybe-convert e:event, mouse:variant