to support usage at script load time. (decoster)
+2006-02-28 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * tkcon.tcl (tkcon): update 'gets stdin' override (tkcon congets)
+ to support usage at script load time. (decoster)
+
2006-01-25 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (MenuConfigure): Fix ActiveTcl Help link when pointing
bind TkConsole <<TkCon_Eval>> { set ::tkcon::PRIV(wait) 0 }
set w $PRIV(console)
# Make sure to move the limit to get the right data
+ $w mark set limit end-1c
+ $w mark gravity limit left
$w mark set insert end
- $w mark set limit insert
$w see end
vwait ::tkcon::PRIV(wait)
set line [::tkcon::CmdGet $w]