summaryrefslogtreecommitdiffstats
path: root/library/console.tcl
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-09-16 08:18:40 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-09-16 08:18:40 (GMT)
commitd1d338264e13c42787531f48244b432ae55b6fb7 (patch)
tree674899afb310e42de3daaa5561ecbef4fa2b7a07 /library/console.tcl
parentc0a0d15a19ac54d03dfd622ff61838bb7dccc8fa (diff)
parentda54602493ccf28707320190ca559915a08e3003 (diff)
downloadtk-bug_d9fdfa435d.zip
tk-bug_d9fdfa435d.tar.gz
tk-bug_d9fdfa435d.tar.bz2
merge core-8-6-branchbug_d9fdfa435d
Diffstat (limited to 'library/console.tcl')
-rw-r--r--library/console.tcl2
1 files changed, 2 insertions, 0 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