summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-01 02:22:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-01 02:22:42 (GMT)
commit67f0b5a99fac8356afb78c9e429bbe6c9d911f0b (patch)
tree237c3e0c4134a51fb9715ed9c0e15cf2550e5f30 /library
parent8d10e02a9ffeee4273a550b3d1e21d3a4a5e8719 (diff)
parent83a33e47ae22f827311e39064237fb508d36254d (diff)
downloadtk-67f0b5a99fac8356afb78c9e429bbe6c9d911f0b.zip
tk-67f0b5a99fac8356afb78c9e429bbe6c9d911f0b.tar.gz
tk-67f0b5a99fac8356afb78c9e429bbe6c9d911f0b.tar.bz2
merge trunk
Diffstat (limited to 'library')
-rw-r--r--library/console.tcl2
-rw-r--r--library/listbox.tcl2
-rw-r--r--library/text.tcl2
3 files changed, 4 insertions, 2 deletions
diff --git a/library/console.tcl b/library/console.tcl
index ba68ccc..355a43b 100644
--- a/library/console.tcl
+++ b/library/console.tcl
@@ -286,6 +286,7 @@ proc ::tk::ConsoleHistory {cmd} {
}
.console delete promptEnd end
.console insert promptEnd $cmd {input stdin}
+ .console see end
}
next {
incr HistNum
@@ -302,6 +303,7 @@ proc ::tk::ConsoleHistory {cmd} {
}
.console delete promptEnd end
.console insert promptEnd $cmd {input stdin}
+ .console see end
}
reset {
set HistNum 1
diff --git a/library/listbox.tcl b/library/listbox.tcl
index 17c03c0..1b35b3d 100644
--- a/library/listbox.tcl
+++ b/library/listbox.tcl
@@ -206,7 +206,7 @@ if {"x11" eq [tk windowingsystem]} {
# Support for mousewheels on Linux/Unix commonly comes through mapping
# the wheel to the extended buttons. If you have a mousewheel, find
# Linux configuration info at:
- # http://www.inria.fr/koala/colas/mouse-wheel-scroll/
+ # http://linuxreviews.org/howtos/xfree/mouse/
bind Listbox <4> {
if {!$tk_strictMotif} {
%W yview scroll -5 units
diff --git a/library/text.tcl b/library/text.tcl
index 59e395c..836f928 100644
--- a/library/text.tcl
+++ b/library/text.tcl
@@ -463,7 +463,7 @@ if {"x11" eq [tk windowingsystem]} {
# Support for mousewheels on Linux/Unix commonly comes through mapping
# the wheel to the extended buttons. If you have a mousewheel, find
# Linux configuration info at:
- # http://www.inria.fr/koala/colas/mouse-wheel-scroll/
+ # http://linuxreviews.org/howtos/xfree/mouse/
bind Text <4> {
if {!$tk_strictMotif} {
%W yview scroll -50 pixels