summaryrefslogtreecommitdiff
path: root/world/tty-commands.sld
diff options
context:
space:
mode:
Diffstat (limited to 'world/tty-commands.sld')
-rw-r--r--world/tty-commands.sld7
1 files changed, 7 insertions, 0 deletions
diff --git a/world/tty-commands.sld b/world/tty-commands.sld
new file mode 100644
index 0000000..503b6bb
--- /dev/null
+++ b/world/tty-commands.sld
@@ -0,0 +1,7 @@
+(define-library (world tty-commands)
+ (import (scheme base))
+ (export ui-initialize!
+ ui-deinitialize!
+ move-cursor!
+ erase-screen!)
+ (include "tty-commands.scm"))