Closed thenomain closed 11 months ago
Changed issue title. Following spaces for right-justified text renders fine.
Another odd example with wrap:
think wrap(this is an test, 5 )
this
is
an
test
Ignoring the grammar, is an
is 5 characters and shouldn't be wrapping.
this
is an
test
Yea, this is more a design decision than a bug.
MUX's wrap() compresses spaces before each line, Rhost does not.
The issue is on:
wrap(this is a test,4)
this (1=t 2=h 3=i 4=s)
is (1=
It keeps all spaces as literals from the string.
Not sure how to 'mimic' mux's wrap() with space compression after each line or even if we want that.
I'll leave that up to Ambrosia and others, but it explains what the differences are.
This seems reworked per https://github.com/RhostMUSH/trunk/commit/8a9dbf7b874f9646ea3c330ce7a37a7279cedecf
If this is still an issue, please open a new ticket.
I would expect spaces to be culled on a per-line basis, so I think this is a bug.
Edit: Duh, version number!