about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-09 00:00:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-09 00:00:31 -0700
commitef2e4be3054da5a5c768bf72d86f88e35109d3c4 (patch)
tree8d9241f08fbe7074c5b3dc0a94073c154bffae13
parentef4015991bbaeffc1b7c138441b809cc92ada99d (diff)
downloadmu-ef2e4be3054da5a5c768bf72d86f88e35109d3c4.tar.gz
1547
-rw-r--r--edit.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.mu b/edit.mu
index 687a1661..90becd29 100644
--- a/edit.mu
+++ b/edit.mu
@@ -9,6 +9,7 @@ recipe main [
 recipe draw-bounding-box [
   default-space:address:array:location <- new location:type, 30:literal
   screen:address <- next-ingredient
+  # sanity-check the box bounds
   top:number <- next-ingredient
   {
     out?:boolean <- lesser-than top:number, 0:literal