summaryrefslogtreecommitdiffstats
path: root/library/console.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-08 21:23:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-08 21:23:04 (GMT)
commitfa95ec58b5800b356b9b7523011fe55264f60cee (patch)
tree601a4f43a685fc67a98a8b286f3474a909ed291a /library/console.tcl
parentd0a67ec8ad6eebde787857604c064981cb8e7666 (diff)
parent09b7238b270ca4ea99d22580d724901729158f7d (diff)
downloadtk-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.tcl2
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
}