http://bugzilla.spamassassin.org/show_bug.cgi?id=4057

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #2585 is|0                           |1
           obsolete|                            |



------- Additional Comments From [EMAIL PROTECTED]  2005-01-09 09:02 -------
Created an attachment (id=2594)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2594&action=view)
Patch File

Another patch.  This follows most of Justin's suggestion for finding the right
term width.  Now we try several things in this order:
1) $ENV{COLUMNS}
2) Term::ReadKey
3) stty (if on non-windows like host)
4) tputs (if on non-windows like host)
5) default to 80

I haven't used it to replace the showdots functionality because in showdots
mode it can act very odd.  If not enough time has passed since an update (half
a second) then the printing of that update is skipped.  This means that when an
update does print it's progress it can be show in jumps, so you might print 5,
10, maybe a 100 dots in one large chunk.  This doesn't bother me so much, but
it could bother others.

Any other feedback?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to