about summary refs log tree commit diff stats
path: root/070display.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-10 12:05:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-10 12:05:33 -0700
commitbe16deb0f94a283099652a82c9a5ea10abb86b67 (patch)
tree47dd9fcaedcdea9ef7a11425d8ccbc8b4d177c32 /070display.cc
parenta66ad5339e35b2ada7f749103025c6800bd78796 (diff)
downloadmu-be16deb0f94a283099652a82c9a5ea10abb86b67.tar.gz
1330
Diffstat (limited to '070display.cc')
-rw-r--r--070display.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/070display.cc b/070display.cc
index 938d3c8f..8a782f87 100644
--- a/070display.cc
+++ b/070display.cc
@@ -31,6 +31,9 @@ case RETURN_TO_CONSOLE: {
   break;
 }
 
+:(before "End Teardown")
+tb_shutdown();
+
 :(before "End Primitive Recipe Declarations")
 CLEAR_DISPLAY,
 :(before "End Primitive Recipe Numbers")