diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-02-14 00:40:30 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-02-14 00:41:04 +0100 |
commit | 560597c6c2c92c08413089d01bc1b7fb791c5ca0 (patch) | |
tree | fc493331cf3771c66e207050d15ddbf405d8f3c5 /world/tty-commands.sld | |
parent | 6de260026b4de51021b9a31969558955b3b95d62 (diff) |
world: tty-commands: add hide/show cursor
Diffstat (limited to 'world/tty-commands.sld')
-rw-r--r-- | world/tty-commands.sld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/tty-commands.sld b/world/tty-commands.sld index 1ec5588..53fce0d 100644 --- a/world/tty-commands.sld +++ b/world/tty-commands.sld @@ -3,5 +3,7 @@ (export tui-initialize! tui-deinitialize! move-cursor! + hide-cursor! + show-cursor! erase-screen!) (include "tty-commands.scm")) |