extra focus to the console was added.
+2001-12-14 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * tkcon.tcl: 'tkcon show' causes loss of focus on Windows, so an
+ extra focus to the console was added.
+
2001-12-12 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (EvalSocketEvent): changed EvalSocketClosed to only
## 'show|deiconify' - deiconifies the console.
wm deiconify $::tkcon::PRIV(root)
raise $::tkcon::PRIV(root)
+ focus -force $::tkcon::PRIV(console)
}
ti* {
## 'title' ?title? - gets/sets the console's title
puts stderr "idebug at level \#$level: [lindex [info level -1] 0]"
set tkcon [llength [info command tkcon]]
if {$tkcon} {
- tkcon show
tkcon master eval set ::tkcon::OPT(prompt2) \$::tkcon::OPT(prompt1)
tkcon master eval set ::tkcon::OPT(prompt1) \$::tkcon::OPT(debugPrompt)
set slave [tkcon set ::tkcon::OPT(exec)]