Ticket #4 (closed bug: fixed)

Opened 6 months ago

Last modified 6 months ago

Inconsistent behavior with wrap()

Reported by: cary Owned by: loki
Priority: normal Milestone:
Component: rhostmush Version: 3.9.0 alpha
Severity: bug Keywords: wrap return
Cc:

Description

If the text provided to wrap() has embedded returns in it, it appears to insert a return before the first line of output. For example:

think a) [wrap(asdf asdf sadf sadf sdf sdf sdf, 10, l, |%b, %b, 3)]
a) | asdf asdf
   | sadf sadf
   | sdf sdf
   | sdf

but

think a) [wrap(asdf%rasdf sadf sadf sdf sdf sdf, 10, l, |%b, %b, 3)]
a)
| asdf
   | asdf sadf
   | sadf sdf
   | sdf sdf

Change History

Changed 6 months ago by Ashen-Shugar

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

Thanks for the bug report. This was reproduceable and fixed. Issue involved having a carrage return in the first line of any input with ZENTY_ANSI enabled.

This fix will be in the next SVN pushed this weekend.

Note: See TracTickets for help on using tickets.