* tkcon.tcl (DeleteTab, Destroy): improve the 'exit' handling so
authorJeff Hobbs <hobbs@users.sourceforge.net>
Thu, 24 Jun 2004 22:17:58 +0000 (22:17 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Thu, 24 Jun 2004 22:17:58 +0000 (22:17 +0000)
commit1980a976ef761060f4e208167c96a8c47a6c10fe
tree8c435d56c480855bd488fbdc15b3f6dccd3827e6
parente39ddd7380bc39f1f2c94b354cef56606ddd624b
* tkcon.tcl (DeleteTab, Destroy): improve the 'exit' handling so
that 'exit' in the first created tab doesn't do a full exit.
'exit' in the last tab of the first created console still exits
tkcon, fixing that requires a rearch of the console
creation/management.
(InitTab): Have the <Configure> binding only fire for the root
window, not for each tab.
(GotoTab): Keep tabs around - just raise/lower instead of grid
remove/add.  break on Next/Prev Tab binding to get focus right.
(Prompt): return if console w doesn't exist
ChangeLog
tkcon.tcl