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
d=6e36ce06dd035408d43a6599b75b933a0709cc78'>6e36ce06 ^
c5b573cf ^
6e36ce06 ^



c5b573cf ^
6e36ce06 ^





3a0664e1 ^
6e36ce06 ^



0daf12c5 ^
520e3c25 ^
0daf12c5 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42