You might want to do a quick "cvs update" because I just updated
some of the "cruft" that had been sitting in the Shell.java class
for some time. Oh wait, I take that back. I checked the "user"
visible CVS at scriptics and last nights changes are not in there
yet (you will have to wait until tommo
I am trying to adapt the Jacl Shell to work in TclBlend. The changes
involve moving the command line processing logic from the ConsoleThread's
run() method into the ConsoleEvent class's processEvent() method so that
only the interpreter thread is calling any Interp class's methods.
The Jacl