diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-09 00:00:31 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-09 00:00:31 -0700 |
commit | ef2e4be3054da5a5c768bf72d86f88e35109d3c4 (patch) | |
tree | 8d9241f08fbe7074c5b3dc0a94073c154bffae13 | |
parent | ef4015991bbaeffc1b7c138441b809cc92ada99d (diff) | |
download | mu-ef2e4be3054da5a5c768bf72d86f88e35109d3c4.tar.gz |
1547
-rw-r--r-- | edit.mu | 1 |
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 |