diff options
| author | fvogel <fvogelnew1@free.fr> | 2017-09-16 08:18:40 (GMT) |
|---|---|---|
| committer | fvogel <fvogelnew1@free.fr> | 2017-09-16 08:18:40 (GMT) |
| commit | d1d338264e13c42787531f48244b432ae55b6fb7 (patch) | |
| tree | 674899afb310e42de3daaa5561ecbef4fa2b7a07 /library/console.tcl | |
| parent | c0a0d15a19ac54d03dfd622ff61838bb7dccc8fa (diff) | |
| parent | da54602493ccf28707320190ca559915a08e3003 (diff) | |
| download | tk-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.tcl | 2 |
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 |
