about summary refs log tree commit diff stats
path: root/040brace.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-10 08:34:12 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-10 08:55:18 -0700
commitdc1323e936fb79823767f85529be15e0456b3169 (patch)
treea3313c1c41ffd67a506f92dabc77c7867a8c8dd9 /040brace.cc
parent3f367cb9466131f95c11c24df3aac7057143587b (diff)
downloadmu-dc1323e936fb79823767f85529be15e0456b3169.tar.gz
1323 - keyboard supports backspace and newline
Lots mixed into this commit:
  some off-by-one errors in display.cc
  a new transform to translate jump labels that I'd somehow never gotten around to supporting
Diffstat (limited to '040brace.cc')
-rw-r--r--040brace.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/040brace.cc b/040brace.cc
index fa8255ef..224dbf96 100644
--- a/040brace.cc
+++ b/040brace.cc
@@ -308,6 +308,7 @@ recipe main [
 +after-brace: jump 2:offset
 
 :(scenario break_label)
+% Hide_warnings = true;
 recipe main [
   1:integer <- copy 0:literal
   {