texlive[46960] Master/tlpkg/installer/tracked-install.pl: Word-wrap
commits+siepo at tug.org
commits+siepo at tug.org
Wed Mar 14 18:43:24 CET 2018
Revision: 46960
http://tug.org/svn/texlive?view=revision&revision=46960
Author: siepo
Date: 2018-03-14 18:43:23 +0100 (Wed, 14 Mar 2018)
Log Message:
-----------
Word-wrap output window
Modified Paths:
--------------
trunk/Master/tlpkg/installer/tracked-install.pl
Modified: trunk/Master/tlpkg/installer/tracked-install.pl
===================================================================
--- trunk/Master/tlpkg/installer/tracked-install.pl 2018-03-14 12:08:27 UTC (rev 46959)
+++ trunk/Master/tlpkg/installer/tracked-install.pl 2018-03-14 17:43:23 UTC (rev 46960)
@@ -26,7 +26,8 @@
$::sww = Tk::MainWindow->new;
$::sww->Label(-text => __("Installation process"))->pack;
#warn "Debug!! Creating text window";
- $::progressw = $::sww->Scrolled("ROText", -scrollbars => "e", -height => 18);
+ $::progressw = $::sww->Scrolled(
+ "ROText", -wrap => "word", -scrollbars => "e", -height => 18);
#warn "Debug!! Created text window";
$::progressw->pack(-expand => 1, -fill => "both");
#warn "Debug!! Placed text window";
More information about the tex-live-commits
mailing list