mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01669
[Bug 817712] Re: appendBuffer() does not respect previously echoed \n's
workaround: using the code in a tempTimer
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/817712
Title:
appendBuffer() does not respect previously echoed \n's
Status in Mudlet the MUD client:
New
Bug description:
This bug is rather simple to reproduce, and the summary says it all.
Use this script on any trigger. All \n's that are echoed get squashed
to a space... instead of being a new line.
code --
selectString(line,1)
copy()
deselect()
echo("\nNew line 1\nNew line 2\n")
appendBuffer()
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/817712/+subscriptions
References