mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01913
[Bug 815499] Re: \ gets stripped out by GMCP composer
** Changed in: mudlet
Status: In Progress => Fix Committed
--
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:
Fix Committed
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