mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #02269
Re: [Bug 1077548] Re: MXP sent prompt attribute support
Hi Heiko,
Could you confirm that? I downloaded the latest code and git apply worked
fine:
vadi@gooseberry:~$ cd ~/Desktop/
vadi@gooseberry:~/Desktop$ git clone git://
mudlet.git.sourceforge.net/gitroot/mudlet/mudlet
Cloning into 'mudlet'...
remote: Counting objects: 6912, done.
remote: Compressing objects: 100% (4438/4438), done.
remote: Total 6912 (delta 5063), reused 3277 (delta 2048)
Receiving objects: 100% (6912/6912), 11.95 MiB | 1.20 MiB/s, done.
Resolving deltas: 100% (5063/5063), done.
vadi@gooseberry:~/Desktop$ cd mudlet/
vadi@gooseberry:~/Desktop/mudlet$ ls
COMPILE Doxyfile mudlet.png mxp-send-to-prompt.diff src
COPYING mudlet.desktop mudlet.svg README templates
vadi@gooseberry:~/Desktop/mudlet$ git apply mxp-send-to-prompt.diff
vadi@gooseberry:~/Desktop/mudlet$ cat src/TBuffer.cpp | grep printCmdLine
_tl[i] = "printCmdLine([[" + _tl[i] + "]])";
vadi@gooseberry:~/Desktop/mudlet$
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1077548
Title:
MXP sent prompt attribute support
Status in Mudlet the MUD client:
New
Bug description:
There's been a request for the MXP sent to prompt feature support
(http://forums.mudlet.org/viewtopic.php?t=2250). It's useful when the
MXP link can't contain all the information that is needed to be sent
and the user should fill it in.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1077548/+subscriptions
References