bootstrapping with -no-native-io now allows tty shell
parent
80f74651b2
commit
e79f9d4888
|
@ -32,4 +32,4 @@ USING: alien compiler kernel namespaces parser sequences words ;
|
|||
] when
|
||||
|
||||
IN: kernel
|
||||
: default-shell "native-io" get "ui" "tty" ? ;
|
||||
: default-shell "tty" ;
|
||||
|
|
|
@ -272,3 +272,5 @@ IN: shells
|
|||
] with-freetype
|
||||
] [ cleanup-win32-ui ] cleanup ;
|
||||
|
||||
IN: kernel
|
||||
: default-shell "ui" ;
|
||||
|
|
Loading…
Reference in New Issue