summaryrefslogtreecommitdiff
path: root/world/ui.sld
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-02-13 22:15:11 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-02-13 22:15:14 +0100
commit6de260026b4de51021b9a31969558955b3b95d62 (patch)
tree2a8646c34f1486942987bcb0343d2d69e04321c4 /world/ui.sld
parentd088ae8cb747ad3a12b243f7ea731cd87fdffaed (diff)
world: ui: make a minimally working example
- It doesn't have a cursor - It's very slow
Diffstat (limited to 'world/ui.sld')
-rw-r--r--world/ui.sld3
1 files changed, 3 insertions, 0 deletions
diff --git a/world/ui.sld b/world/ui.sld
index b59401e..e9d4e11 100644
--- a/world/ui.sld
+++ b/world/ui.sld
@@ -1,5 +1,8 @@
(define-library (world ui)
(import (scheme base)
+ (scheme file)
+ (srfi 1)
+ (srfi 151)
(world tty-commands)
(par piece-table)) ;; Remove the piece table from here later, and move to main
(cond-expand