about summary refs log tree commit diff stats
path: root/cpp/console.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-20 12:35:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-20 12:36:05 -0700
commit54d48b25a08b5b238371b2d1bd0f594dad8dbeb9 (patch)
tree150507eb0c81dfbb26e7d79b16d71ff672b5369c /cpp/console.mu
parent07efdfd7072d84209b419e66e5a2b48a0c78b2ac (diff)
downloadmu-54d48b25a08b5b238371b2d1bd0f594dad8dbeb9.tar.gz
1111 - start adding ncurses primitives
Diffstat (limited to 'cpp/console.mu')
-rw-r--r--cpp/console.mu5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/console.mu b/cpp/console.mu
new file mode 100644
index 00000000..04eee3a2
--- /dev/null
+++ b/cpp/console.mu
@@ -0,0 +1,5 @@
+recipe main [
+  console-mode 0:literal/screen
+  wait-for-key
+  retro-mode 0:literal/screen
+]