From 6de260026b4de51021b9a31969558955b3b95d62 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 13 Feb 2024 22:15:11 +0100 Subject: world: ui: make a minimally working example - It doesn't have a cursor - It's very slow --- world/ui.sld | 3 +++ 1 file changed, 3 insertions(+) (limited to 'world/ui.sld') 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 -- cgit v1.2.3