summaryrefslogtreecommitdiff
path: root/world/ui.sld
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-01-16 01:13:39 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-01-18 22:48:57 +0100
commiteb0d091771fa39dcb2a5b4793a1c10abcec0dc5e (patch)
tree658d5e56eba8c64d724653f2c1bef2c5416a136d /world/ui.sld
parent13c0512b2644d3b0292fe505cc62dc035932d0e2 (diff)
world: organize and layout guile too
Diffstat (limited to 'world/ui.sld')
-rw-r--r--world/ui.sld6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/ui.sld b/world/ui.sld
index 1f2eda9..b59401e 100644
--- a/world/ui.sld
+++ b/world/ui.sld
@@ -4,7 +4,7 @@
(par piece-table)) ;; Remove the piece table from here later, and move to main
(cond-expand
(chibi (import (chibi stty)))
- (guile (import ()))) ; we fail now, but in the future i can build
- ; a simple wrapper around termios
- (export start)
+ (guile (import (world guile-tty)))) ; we fail now, but in the future i can build
+ ; a simple wrapper around termios
+ (export run)
(include "ui.scm"))