2006-07-25 10:04:14 -04:00
|
|
|
IN: scratchpad
|
2006-08-01 14:17:22 -04:00
|
|
|
USING: alien kernel namespaces parser sequences words ;
|
2006-07-25 10:04:14 -04:00
|
|
|
|
|
|
|
{
|
|
|
|
"ui"
|
|
|
|
"clipboard"
|
2006-08-01 14:17:22 -04:00
|
|
|
} [ "/library/ui/windows/" swap ".factor" append3 run-resource ] each
|
2006-07-25 10:04:14 -04:00
|
|
|
|
|
|
|
IN: kernel
|
|
|
|
: default-shell "tty" ;
|