MindTerm 2.3 released (includes source)
Jon Nathan
jon@rupture.net
Tue, 12 Nov 2002 14:38:02 -0500
Hi Martin,
Thanks for the long-awaited update. I've been using mindterm as an
applet embedded in a webpage. I'd like to do the same with the new
version. This code allowed me to embed the applet (v1.2.1):
<applet archive="mindtermfull.jar" code=mindbright.application.MindTerm.class width=580 height=400>
<param name=usrname value="">
<param name=server value="rupture.net">
<param name=te value="vt100">
<param name=gm value="80x24">
<param name=port value="22">
<param name=cipher value="blowfish">
<param name=sepframe value="false">
<param name=quiet value="true">
<param name=cmdsh value="false">
<param name=verbose value="false">
<param name=autoprops value="none">
<param name=idhost value="false">
<param name=alive value="90">
<param name=bg value="black">
<param name=fg value="168,168,168">
<param name=secrand value="1">
<param name=x11fwd value="false">
</applet>
I've changed it to say code=com.mindbright.application.MindTerm.class
in response to the new namespace. But some of these parameters,
most notably fg and bg (for foreground and background colors) don't
work. I couldn't find information on these applet params in the
API documentation - is this information available?
Thanks again,
-jon
--
Jon Nathan
jon@rupture.net
* maf@appgate.com <maf@appgate.com> [11-08-2002 07:37]:
>
> It gives me great pleasure to finally be able to announce that version
> 2.3 of MindTerm is now available at http://www.appgate.com/mindterm
>
[..]
> /MaF