[Coldstuff] $formatters

Kris Anderson Kris Anderson" <animotions@attbi.com
Sat, 15 Dec 2001 22:06:41 -0800


This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C185B4.C67972A0
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

I'm working on writing a formatter to use some of the spiffy features =
that MXP and MSP use with zMUD.  MSP does the general multimedia type =
stuff while MXP is a markup type language thing.

At the moment I am trying to figure out how to send buffers.  What I did =
was copy $pueblo_format.do_obj over to $zmud_format.do_obj.

Under line 18 of the code I need to some how append the buffer =
`[27,91,49, 122] (<ESC>[1z) to <SEND>what ever</SEND>

Line 18 of the code deals with formatting exit names in such a way as to =
when one clicks it, much like $pueblo_format, the command is send back =
to Cold as if the user typed it.

I've tried putting the whole mess into a list [] but when it does it's =
thing it throws an error.

Basicly any command that could be an MXP command needs to have =
`[27,91,49, 122] in with it at the beginning before it is sent to =
$connection.write.

Any help is greatly appreciated.  This sort of functionality would be a =
boon to Cold that's for certain :)





------=_NextPart_000_0007_01C185B4.C67972A0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I'm working on writing a formatter to =
use some of=20
the spiffy features that MXP and MSP use with zMUD.&nbsp; MSP does the =
general=20
multimedia type stuff while MXP is a markup type language =
thing.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>At the moment I am trying to figure out =
how to send=20
buffers.&nbsp; What I did was copy $pueblo_format.do_obj over to=20
$zmud_format.do_obj.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Under line 18 of the code I need to =
some how append=20
the buffer `[<FONT size=3D2>27,91,49, 122] (&lt;ESC&gt;[1z) to =
&lt;SEND&gt;what=20
ever&lt;/SEND&gt;</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Line 18 of the code deals with =
formatting exit=20
names in such a way as to when one clicks it, much like $pueblo_format, =
the=20
command is send back to Cold as if the user typed it.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I've tried putting the whole mess into =
a list []=20
but when it does it's thing it throws an error.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Basicly any command that could be an =
MXP command=20
needs to have `[<FONT size=3D2>27,91,49, 122] in with it at the =
beginning before=20
it is sent to $connection.write.</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Any help is greatly appreciated.&nbsp; =
This sort of=20
functionality would be a boon to Cold that's for certain :)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0007_01C185B4.C67972A0--