summaryrefslogtreecommitdiffstats
path: root/library/console.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-12 16:17:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-12 16:17:47 (GMT)
commitd7b1c0dfc86c10806a92c481a75d883e1d8b1b2e (patch)
treec0555c5fb7463f97d06ed87561e6b6d94675a612 /library/console.tcl
parent72091d90c4ddc43beb8453173d5f3b17cdf240a9 (diff)
parent35a1e14c068ac924f1b2e74474e535cafc86f2a0 (diff)
downloadtk-d7b1c0dfc86c10806a92c481a75d883e1d8b1b2e.zip
tk-d7b1c0dfc86c10806a92c481a75d883e1d8b1b2e.tar.gz
tk-d7b1c0dfc86c10806a92c481a75d883e1d8b1b2e.tar.bz2
Merge 8.6
Diffstat (limited to 'library/console.tcl')
-rw-r--r--library/console.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/console.tcl b/library/console.tcl
index ade0145..d882136 100644
--- a/library/console.tcl
+++ b/library/console.tcl
@@ -586,7 +586,7 @@ proc ::tk::ConsoleBind {w} {
tk::ConsoleInsert %W %A
}
bind Console <F9> {
- eval destroy [winfo child .]
+ destroy {*}[winfo children .]
source -encoding utf-8 [file join $tk_library console.tcl]
}
bind Console <Command-q> {