summaryrefslogtreecommitdiff
path: root/world/ui.sld
diff options
context:
space:
mode:
Diffstat (limited to 'world/ui.sld')
-rw-r--r--world/ui.sld10
1 files changed, 10 insertions, 0 deletions
diff --git a/world/ui.sld b/world/ui.sld
new file mode 100644
index 0000000..3a4ae56
--- /dev/null
+++ b/world/ui.sld
@@ -0,0 +1,10 @@
+(define-library (world ui)
+ (import (scheme base)
+ (par piece-table))
+ (cond-expand
+ (chibi (import (scheme small)
+ (chibi stty)))
+ (guile (import (nothing)))) ; we fail now, but in the future i can build
+ ; a simple wrapper around termios
+ (export start)
+ (include "ui.scm"))