Ticket #21 (closed bug: fixed)
wrap() had a chance of ansi-bleed on the right conditions.
| Reported by: | Ashen-Shugar | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 3.9.1 alpha 1 |
| Component: | rhostmush | Version: | 3.9.1 alpha |
| Severity: | bug | Keywords: | |
| Cc: |
Description
wrap(ansi(hr,red),3)xyz bled xyz
wrap(ansi(hr,redred),3)xyz bled xyz
wrap(ansi(hr,redred),6)xyz bled xyx
wrap(ansi(hr,redred),7)xyz did not bleed xyz
This was a reproduceable case that has been fixed.
Change History
Note: See
TracTickets for help on using
tickets.
