]> gitweb.factorcode.org Git - factor.git/commitdiff
curses: fix using
authorPhilipp Brüschweiler <blei42@gmail.com>
Fri, 6 Nov 2009 23:07:02 +0000 (00:07 +0100)
committerPhilipp Brüschweiler <blei42@gmail.com>
Fri, 6 Nov 2009 23:07:02 +0000 (00:07 +0100)
extra/curses/curses.factor

index 23adf31700097386e3791260da53ad2092df328c..69c6503aa282346657e3e6b760591b55ea658a37 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.strings assocs byte-arrays
 combinators continuations destructors fry io.encodings.8-bit
-io io.encodings.string io.encodings.utf8 kernel math
+io io.encodings.string io.encodings.utf8 kernel locals math
 namespaces prettyprint sequences classes.struct
 strings threads curses.ffi ;
 IN: curses