summaryrefslogtreecommitdiff
path: root/world/tty-commands.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/tty-commands.sld
parent13c0512b2644d3b0292fe505cc62dc035932d0e2 (diff)
world: organize and layout guile too
Diffstat (limited to 'world/tty-commands.sld')
-rw-r--r--world/tty-commands.sld4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/tty-commands.sld b/world/tty-commands.sld
index 503b6bb..1ec5588 100644
--- a/world/tty-commands.sld
+++ b/world/tty-commands.sld
@@ -1,7 +1,7 @@
(define-library (world tty-commands)
(import (scheme base))
- (export ui-initialize!
- ui-deinitialize!
+ (export tui-initialize!
+ tui-deinitialize!
move-cursor!
erase-screen!)
(include "tty-commands.scm"))