From: Joao C. <jc...@us...> - 2001-09-24 03:06:29
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv15088/bindings/tk Modified Files: plclient.tcl plserver.tcl Log Message: Allow a client to connect to an existing plserver, starting the plserver *without* the -client_name command line option, and the client with just the _server_name cmd line option. E.g., start the plserver > plserver -name foo in another xterm, > ./x01c -dev tk -server_name foo |