diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-08 21:23:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-08 21:23:04 (GMT) |
commit | fa95ec58b5800b356b9b7523011fe55264f60cee (patch) | |
tree | 601a4f43a685fc67a98a8b286f3474a909ed291a /library/console.tcl | |
parent | d0a67ec8ad6eebde787857604c064981cb8e7666 (diff) | |
parent | 09b7238b270ca4ea99d22580d724901729158f7d (diff) | |
download | tk-fa95ec58b5800b356b9b7523011fe55264f60cee.zip tk-fa95ec58b5800b356b9b7523011fe55264f60cee.tar.gz tk-fa95ec58b5800b356b9b7523011fe55264f60cee.tar.bz2 |
Merge 8.6. "parenright" -> ")" (simply since we can ....)
Diffstat (limited to 'library/console.tcl')
-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 } |