X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=blobdiff_plain;f=lib%2FTerm%2FProgressBar.pm;h=eecbaa35daa6162c9cfd67875f871be5abc88fd6;hp=f800aff1ef0b8b0b597e17c3a246a46092fa099d;hb=a2127d52b1fb103d429fcd4f1d6d2984549a6f18;hpb=fbe3bb7a58f45c2ce7b8b7a607ee1b53ee1049ea diff --git a/lib/Term/ProgressBar.pm b/lib/Term/ProgressBar.pm index f800aff..eecbaa3 100644 --- a/lib/Term/ProgressBar.pm +++ b/lib/Term/ProgressBar.pm @@ -252,7 +252,7 @@ use constant DEBUG => 0; use vars qw($PACKAGE $VERSION); $PACKAGE = 'Term-ProgressBar'; -$VERSION = '2.13'; +$VERSION = '2.14'; # ---------------------------------- # CLASS CONSTRUCTION @@ -358,6 +358,12 @@ The filehandle to output to. Defaults to stderr. Do not try to use *foo{THING} syntax if you want Term capabilities; it does not work. Pass in a globref instead. +=item term_width + +Sometimes we can't correctly determine the terminal width. You can use this +parameter to force a term width of a particular size. Use a positive integer, +please :) + =item ETA A total time estimation to use. If enabled, a time finished estimation is