Ticket #21 (closed bug: fixed)

Opened 3 months ago

Last modified 3 months ago

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

Changed 3 months ago by Ashen-Shugar

  • status changed from new to closed
  • resolution set to fixed

Changed 3 months ago by Ashen-Shugar

  • milestone set to 3.9.1 alpha 1
Note: See TracTickets for help on using tickets.