summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/tracked-install.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2018-03-14 17:43:23 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2018-03-14 17:43:23 +0000
commit355cdd9878535787030bb16ec6071d6a6668b01c (patch)
tree798d211dabe3c103f7c8f3112c8ed664ca753018 /Master/tlpkg/installer/tracked-install.pl
parent8b4bec8d838c76e707cb70e85388edb8a51305e6 (diff)
Word-wrap output window
git-svn-id: svn://tug.org/texlive/trunk@46960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/tracked-install.pl')
-rw-r--r--Master/tlpkg/installer/tracked-install.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/tracked-install.pl b/Master/tlpkg/installer/tracked-install.pl
index 0309a25b64e..cf0e042facd 100644
--- a/Master/tlpkg/installer/tracked-install.pl
+++ b/Master/tlpkg/installer/tracked-install.pl
@@ -26,7 +26,8 @@ sub installer_tracker {
$::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";