mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #00375
[Bug 367705] Re: Using pasteWindow with two windows open crashes mudlet
This seems like it may have to do with colored text that you try to
paste into a user window. I can't replicated it with lines that are the
default FG/BG colors, but I do seem to get a crash with the colored
lines.
--
Using pasteWindow with two windows open crashes mudlet
https://bugs.launchpad.net/bugs/367705
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: New
Bug description:
With two user windows open, using pasteWindow on the second window seems to crash Mudlet.
Calling it with this trigger:
Trigger Pattern: ^\((\w| )+\): \w+ says?, ".*(\.|\?|\!)"$
Code:
selectString(line, 1)
copy()
pasteWindow("comms")
The comms window is open and inited.
References