readline-listener: print version-info.
parent
d6b6f3893d
commit
2b32e31ad2
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2011 Erik Charlebois.
|
! Copyright (C) 2011 Erik Charlebois.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs colors.constants combinators fry io
|
USING: accessors assocs colors.constants combinators fry io
|
||||||
kernel listener readline sequences splitting threads
|
kernel listener readline sequences splitting system threads
|
||||||
tools.completion unicode.data vocabs vocabs.hierarchy ;
|
tools.completion unicode.data vocabs vocabs.hierarchy ;
|
||||||
IN: readline-listener
|
IN: readline-listener
|
||||||
|
|
||||||
|
@ -56,4 +56,7 @@ PRIVATE>
|
||||||
] set-completion
|
] set-completion
|
||||||
readline-reader new [ listener ] with-input-stream* ;
|
readline-reader new [ listener ] with-input-stream* ;
|
||||||
|
|
||||||
MAIN: readline-listener
|
: readline-listener-main ( -- )
|
||||||
|
version-info print flush readline-listener ;
|
||||||
|
|
||||||
|
MAIN: readline-listener-main
|
||||||
|
|
Loading…
Reference in New Issue