]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/terminfo/terminfo.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / terminfo / terminfo.factor
index f2c6ff57d1c7865d8e372c7f2181dc728e3af25b..f756ab9b1b593b8ad70743e9f1e39717fc406308 100644 (file)
@@ -1,10 +1,11 @@
 ! Copyright (C) 2013 John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license.
 
-USING: accessors assocs combinators formatting fry grouping hashtables
-io io.binary io.directories io.encodings.binary io.files
-io.files.types io.pathnames kernel math math.parser memoize pack
-sequences sequences.generalizations splitting strings system ;
+USING: accessors assocs combinators formatting endian fry
+grouping hashtables io io.directories io.encodings.binary
+io.files io.files.types io.pathnames kernel math math.parser
+memoize pack sequences sequences.generalizations splitting
+strings system ;
 
 IN: terminfo