Harrison

Results 12 comments of Harrison

I don't think this is a bug. The desired behavior would rather be an enhancement. Currently text is wrapped and stored in the buffer as it arrives based on the...

Automatically decreasing the wrapwidth depending on whether the user has timestamps enabled or not could be an interesting feature. I don't think that is the issue posted here but I...

I've encountered a separate manifestation of (I believe) the same bug: ```lua setWindowWrapIndent("main",1) setWindowWrap("main", 10) cecho("main", '\n1234567890123456789123456789123456789') cecho("main", '\n1234567890123456789123456789123456789') ``` produces: ![image](https://github.com/user-attachments/assets/2224679d-7268-474b-a9ad-f5597d41ab17) It doesn't actually matter what color, etc. is...

/attempt https://github.com/Mudlet/Mudlet/issues/5936

Comparison of old vs new wrapping: Here we see how before, lines from the MUD had a different wrapping behavior than echoes (and also were buggy). Now solved (left before...

> Great work! > > Tested all of the related issues except the foreign language ones. The only one I couldn't get working is #5936 using the provided use case....

I believe the PR #7714 which is currently up for review should solve this problem. You can download the experimental build from there if you would like to test it...

I've quickly checked with my branch and believe the PR for word-wrap overhaul (#7714) also resolves this bug. It'd be great if you could download and test that version! Edit:...

This is a very sticky wicket. The rooms to the northwest [1] and southeast [9] are also directly connected to each other right? The interaction here is that the exit...