Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncated Lines in Chat #4

Closed
iLPdev opened this issue Feb 22, 2022 · 6 comments
Closed

Truncated Lines in Chat #4

iLPdev opened this issue Feb 22, 2022 · 6 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@iLPdev
Copy link
Owner

iLPdev commented Feb 22, 2022

long lines are being truncated

@iLPdev iLPdev added bug Something isn't working help wanted Extra attention is needed labels Feb 22, 2022
@iLPdev iLPdev self-assigned this Apr 27, 2022
@iLPdev
Copy link
Owner Author

iLPdev commented Apr 27, 2022

this occurs when the game's wordwrap is set to on, causing it to break single lines of text into multiple lines in the communication channels. the remedy is to issue the game command config wordwrap.

@iLPdev iLPdev closed this as completed Apr 27, 2022
@iLPdev
Copy link
Owner Author

iLPdev commented May 6, 2022

just kidding - it's still truncating at screen width with wordwrap off

@iLPdev iLPdev reopened this May 6, 2022
eterchun added a commit to eterchun/prs that referenced this issue Feb 17, 2023
This addresses iLPdev#4 but should be tested because improper line captures can cause Mudlet to crash. Also, I am currently getting a strange echo of chats and events, which seems to be server-related, but I can't be sure.
iLPdev pushed a commit that referenced this issue Feb 17, 2023
Moving to line-based triggers for chat capture

This addresses #4 but should be tested because improper line captures can cause Mudlet to crash. Also, I am currently getting a strange echo of chats and events, which seems to be server-related, but I can't be sure.
@iLPdev
Copy link
Owner Author

iLPdev commented Feb 17, 2023

absolutely worked in my test build in terms of length, but then unexpectedly cut off the capture or display on an &mdash.

the quote was...

“Every fact of science was once damned. Every invention was considered impossible. Every discovery was a nervous shock to some orthodoxy. Every artistic innovation was denounced as fraud and folly. The entire web of culture and ‘progress,’ everything on earth that is man-made and not given to us by nature, is the concrete manifestation of some man’s refusal to bow to Authority. We would own no more, know no more, and be no more than the first apelike hominids if it were not for the rebellious, the recalcitrant, and the intransigent. As Oscar Wilde truly said, ‘Disobedience was man’s Original Virtue.”
― Robert Anton Wilson

....and all that showed up in the all and chat tabs was...

“Every fact of science was once damned. Every invention was considered impossible. Every discovery was a nervous shock to some orthodoxy. Every artistic innovation was denounced as fraud and folly. The entire web of culture and ‘progress,’ everything on earth that is man-made and not given to us by nature, is the concrete manifestation of some man’s refusal to bow to Authority. We would own no more, know no more, and be no more than the first apelike hominids if it were not for the rebellious, the recalcitrant, and the intransigent. As Oscar Wilde truly said, ‘Disobedience was man’s Original Virtue.”

@iLPdev
Copy link
Owner Author

iLPdev commented Feb 20, 2023

uh-oh. it suddenly is capturing more than just communications:

image

@iLPdev
Copy link
Owner Author

iLPdev commented Feb 20, 2023

image

iLPdev added a commit that referenced this issue Feb 23, 2023
fix(chat): Chane to Line-based triggers for chat capture (#44)

Moving to line-based triggers for chat capture

This addresses #4 but should be tested because improper line captures can cause Mudlet to crash. Also, I am currently getting a strange echo of chats and events, which seems to be server-related, but I can't be sure.

Authored-by: eterchun <edward.terchunian@gmail.com>
@iLPdev
Copy link
Owner Author

iLPdev commented Feb 23, 2023

Closed by #44

@iLPdev iLPdev closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant