WB init misses SetConsoleTask
Status: Beta
Brought to you by:
jshepher
In nixmain/__nocommandline.c there should be a call to SetConsoleTask. Currently when the program is started from Workbench, any output to "Console:" is lost.
In previous versions of libnix (gcc-2.95.3) this seems to have worked before.
Check also clib2's stdio_file_init.c for a working version.