On Mon, Feb 25, 2013 at 7:14 PM, DRC wrote:
> You were correct about line 337. I applied your patch, and it seems to
> work now.
>
> Regarding the parameters, they are case-insensitive, so "Port" and
> "Password" are still backward-compatible. As far as "Host", it's easy
> enough to add it as an
On Mon, 25 Feb 2013 18:14:18 -0600
DRC wrote:
> You were correct about line 337. I applied your patch, and it seems to
> work now.
Thank you - that was the only unsolvable problem with the new applet.
> My concern is that it would provide a false sense of compatibility. I
> don't want to
Correction to below: "Cursor Shape Updates" is not a direct equivalent.
In the old viewer, it takes values of "disable", "enable", and
"ignore". The new "CursorShape" parameter is boolean, so it takes
values of Yes/1/True or No/0/False, but the "ignore" option is no longer
supported.
The o
You were correct about line 337. I applied your patch, and it seems to
work now.
Regarding the parameters, they are case-insensitive, so "Port" and
"Password" are still backward-compatible. As far as "Host", it's easy
enough to add it as an AliasParameter. I want to talk about that first,
t