From 909adb27f9df2ba58e703562e3cf8f948fc58b56 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 10 Jun 2017 14:36:38 -0700 Subject: 3905 Standardize exit paths. Most layers now don't need to know about termbox. We can't really use `assert` in console-mode apps; it can't just exit because we want to be able to check assertion failures in tests. --- console.mu | 1 - 1 file changed, 1 deletion(-) (limited to 'console.mu') diff --git a/console.mu b/console.mu index 062ca3b0..cc81c232 100644 --- a/console.mu +++ b/console.mu @@ -5,7 +5,6 @@ def main [ local-scope open-console - clear-screen 0/screen # non-scrolling app { e:event, found?:bool <- check-for-interaction break-if found? -- cgit 1.4.1-2-gfad0