Hi,
I'm new to this list and have a question.
How do I apply the patch you posted. I'm using LinuX (RH4.0, Kernel
2.0.28) with Tcl7.6/tk4.2. The patches I know look very different. May
it be a Windows or Mac specific patch?.
Second I found and fixed a bug in vt.tcl. The menu command for invoking
the geometry info calls the wrong function (maybe from an old
version). I changed it the following way:
$tmp.w.m add comm -label "Geometry Info" -comm {
# vTcl:geometry_info
Window show .vTcl.mgr
}
Greetings,