From: Zoran V. <zv...@ar...> - 2005-10-17 11:11:46
|
Am 17.10.2005 um 12:54 schrieb Bernd Eidenschink: > > ah, "command mode" in my subject :-) > > It looks like starting the server with "-c" for command mode is > defunct in > HEAD? Or did I just compile smth. wrong? > You are right. This breaks because isatty(0) returns false and Tcl exits gracefully. The offending code is burried somewhere in NsInitServer(server, initProc) line 674 in nsmain.c I will look into that in more detail. Zoran |