mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #04670
[Bug 815499] Re: \ gets stripped out by GMCP composer
Migrating issues to Github, please follow the new discussion here:
https://github.com/Mudlet/Mudlet/issues/523
This issue needs to be closed and there is no appropriate status, so
will set it to "Opinion" just for migration purposes.
** Bug watch added: github.com/Mudlet/Mudlet/issues #523
https://github.com/Mudlet/Mudlet/issues/523
** Changed in: mudlet
Status: New => Opinion
--
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:
Opinion
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