From 6cbfd6331287827fc14791e387c48e97656445c1 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 15 Jan 2024 19:19:57 +0100 Subject: world: start with world-dependent things: ui --- world/ui.sld | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 world/ui.sld (limited to 'world/ui.sld') 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")) -- cgit v1.2.3