(define-library (world ui) (import (scheme base) (world tty-commands) (par piece-table)) ;; Remove the piece table from here later, and move to main (cond-expand (chibi (import (chibi stty))) (guile (import (world guile-tty)))) ; we fail now, but in the future i can build ; a simple wrapper around termios (export run) (include "ui.scm"))