I use SlickEdit on Windows more than any other app, and regularly use the build window as my console. This seems to be an unintended use of the build window, but is extremely useful and works pretty well and I would like to use it in the Linux version. However the problem is with interactive programs like ftp or irb (ruby). Most work fine on windows, but in the linux version with ftp or irb I don't get the prompt eg. 'ftp>' . If I type 'help <return>' I get no response, but if I type 'quit <return>' I see the output from help, so its sort of working.
I have tried different settings for
* TERM
* CR w/o LF erases line in build tab
* def_linux1_shell
* def_process_shell
* process window encoding
to no avail. Does anyone have interactive console apps working in the build window ?