mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01784
Re: [Bug 815499] Re: \ gets stripped out by GMCP composer
Yes - the patch above needs to be applied
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/815499
Title:
\ gets stripped out by GMCP composer
Status in Mudlet the MUD client:
In Progress
Bug description:
The \ character gets stripped out by the GMCP composer.
A workaround is to use \\ that gets transformed into \.
A patch to apply to Mudlet is on ctelnet.cpp, line 1106, replace it
with:
_h += txt.replace(QString("\\"), QString("\\\\")).toLatin1().data();
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/815499/+subscriptions
References