From 6df47225187ea4e085e44a6646aaeb189eb3677f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Br=C3=BCschweiler?= Date: Sat, 7 Nov 2009 00:07:02 +0100 Subject: [PATCH] curses: fix using --- extra/curses/curses.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/curses/curses.factor b/extra/curses/curses.factor index 23adf31700..69c6503aa2 100644 --- a/extra/curses/curses.factor +++ b/extra/curses/curses.factor @@ -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