summaryrefslogtreecommitdiff
path: root/world/ui.sld
blob: 3a4ae56be877674ffacfa77329d2be9a40bd2b4e (plain)
1
2
3
4
5
6
7
8
9
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"))