Extracting parts of the formatting method into configuration and an options helper...
[cslatevm.git] / src / plugins / old / init.slate
blob52cbfd0d55b4ab005b9e6bcd5571480207801c1d
1 load: 'src/plugins/smart-console/smart-console.slate'.
3 Platform current name = 'Windows'
4   ifTrue: [
5     load: 'src/plugins/windows/kernel.slate'.
6     load: 'src/plugins/smart-console/windows.slate'. ]
7   ifFalse: [
8     load: 'src/plugins/smart-console/curses.slate'. ].
10 load: 'src/lib/terminal.slate'.
11 load: 'src/plugins/smart-console/smart-repl.slate'.