Vadim Peretokin

Results 872 comments of Vadim Peretokin

Confirmed it is https://github.com/Mudlet/Mudlet/commit/f1049e13c9f92207c257ff232f29f35c0e1a6da6, particularly the changed size of the search box in https://github.com/Mudlet/Mudlet/commit/f1049e13c9f92207c257ff232f29f35c0e1a6da6#diff-586f0fe7b148a32cd860f67d052b77a0f1408cd8c496cc2f4633e037a628a190L374. This can also be seen in @KitchenMUD's screenshot above - the larger search box pushed out...

Test builds can be seen on https://github.com/Mudlet/Mudlet/pull/7399#issuecomment-2298481730, feedback welcome :slightly_smiling_face:

run-lua-code - sure, and lets start with version 5?

Any change this could this be merged? As it stands you can't install the slaxml rock right now.

Interesting idea. What is the difference with a trigger here?

I've always just used a `^` regex trigger for this. Using triggers to handle incoming data feels more right than the event engine as they're more focused for this purpose....

I think that would make more sense indeed, as visually impaired folks might not benefit from the tab highlighting. It would address the problem more directly, too.

Thanks for filling this. This might be related to https://github.com/Mudlet/Mudlet/issues/7478 !

@wiploo isn't wrapAt in your code redundant, since you enable autowrap later on?

I've git bisected this one down to https://github.com/Mudlet/Mudlet/commit/8d83f7877b5c888b2cb02456842dc5ddd7fa2223. @guhitb could you take a look at this one? The test case in https://github.com/Mudlet/Mudlet/issues/7316#issuecomment-2240947821 reproduces the issue well.