I can't get this example from http://www.gammon.com.au/mushclient/mxp.htm to work:
<!ELEMENT colorbold '<COLOR &col;><B>' ATT='col=red'>
<colorbold>This text is in bold red</colortext>
<colorbold col=blue>This text is in bold blue</colortext>
<colorbold blue>This text is in bold blue</colortext>
I get all text in deault colours, not bold.
I tried this with \e[1z and \e[4z codes in front of all tags.
If this does work, could you give a full sequence that works, so with the escape codes etc..
thanks!
oh yeah, mushclient 3.50
<!ELEMENT colorbold '<COLOR &col;><B>' ATT='col=red'>
<colorbold>This text is in bold red</colortext>
<colorbold col=blue>This text is in bold blue</colortext>
<colorbold blue>This text is in bold blue</colortext>
I get all text in deault colours, not bold.
I tried this with \e[1z and \e[4z codes in front of all tags.
If this does work, could you give a full sequence that works, so with the escape codes etc..
thanks!
oh yeah, mushclient 3.50