diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-08 21:24:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-08 21:24:05 (GMT) |
commit | f727d949629624c339f47614726e0a88a6948527 (patch) | |
tree | 08e4a4ce78d83cf7c9b02fe520d15828bbffcf65 /library | |
parent | a64433313deba5147c3a93551d0d93206d5f4a58 (diff) | |
parent | fa95ec58b5800b356b9b7523011fe55264f60cee (diff) | |
download | tk-f727d949629624c339f47614726e0a88a6948527.zip tk-f727d949629624c339f47614726e0a88a6948527.tar.gz tk-f727d949629624c339f47614726e0a88a6948527.tar.bz2 |
Merge 8.7
Diffstat (limited to 'library')
-rw-r--r-- | library/console.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/console.tcl b/library/console.tcl index 2ff0029..ade0145 100644 --- a/library/console.tcl +++ b/library/console.tcl @@ -622,7 +622,7 @@ proc ::tk::ConsoleBind {w} { ## ## Bindings for doing special things based on certain keys ## - bind PostConsole <parenright> { + bind PostConsole <)> { if {"\\" ne [%W get insert-2c]} { ::tk::console::MatchPair %W \( \) promptEnd } |