summaryrefslogtreecommitdiff
path: root/world/tty-commands.sld
blob: 503b6bb25d7a2e7aaeb62e71bd29b0dd5c434575 (plain)
1
2
3
4
5
6
7
(define-library (world tty-commands)
  (import (scheme base))
  (export ui-initialize!
          ui-deinitialize!
          move-cursor!
          erase-screen!)
  (include "tty-commands.scm"))