diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-11-11 16:49:38 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-11-11 16:49:38 +0000 |
commit | 07d81ffc9def62780663e8f62da5cac607445ddc (patch) | |
tree | ed9c3305d7f5be316d40861d4ca366abc7dfd00b /dev-lang/tk/files | |
parent | Fixes #10093. (diff) | |
download | gentoo-2-07d81ffc9def62780663e8f62da5cac607445ddc.tar.gz gentoo-2-07d81ffc9def62780663e8f62da5cac607445ddc.tar.bz2 gentoo-2-07d81ffc9def62780663e8f62da5cac607445ddc.zip |
Fixes #10154.
Diffstat (limited to 'dev-lang/tk/files')
-rw-r--r-- | dev-lang/tk/files/digest-tk-8.3.3-r3 | 1 | ||||
-rw-r--r-- | dev-lang/tk/files/remove-control-v.diff | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-lang/tk/files/digest-tk-8.3.3-r3 b/dev-lang/tk/files/digest-tk-8.3.3-r3 new file mode 100644 index 000000000000..068113942ff6 --- /dev/null +++ b/dev-lang/tk/files/digest-tk-8.3.3-r3 @@ -0,0 +1 @@ +MD5 72eb2d4a84f32fc1608e2333f92a2661 tk8.3.3.tar.gz 2537686 diff --git a/dev-lang/tk/files/remove-control-v.diff b/dev-lang/tk/files/remove-control-v.diff new file mode 100644 index 000000000000..a60fb302c51e --- /dev/null +++ b/dev-lang/tk/files/remove-control-v.diff @@ -0,0 +1,17 @@ +--- library/text.tcl Mon Nov 11 17:39:09 2002 ++++ library/text.tcl Mon Nov 11 17:39:28 2002 +@@ -338,14 +338,6 @@ + } + } + +-if {[string compare $tcl_platform(platform) "windows"]} { +-bind Text <Control-v> { +- if {!$tk_strictMotif} { +- tkTextScrollPages %W 1 +- } +-} +-} +- + bind Text <Meta-b> { + if {!$tk_strictMotif} { + tkTextSetCursor %W [tkTextPrevPos %W insert tcl_startOfPreviousWord] |