Short:        VNC client for MorphOS. ZLib support
Author:       bigfoot@private.dk (Mark Olsen)
Uploader:     aminet aminet net
Type:         comm/tcp
Version:      1.4
Requires:     Cybergraphics or compatible RTG system.
Architecture: ppc-morphos

Supports raw, copyrect, RRE, CoRRE and ZLib encodings.

Usage: MorphVNC HOST/A,PASS/K,FULLSCREEN=FS/S,DEPTH/K/N

Host can be in 3 forms: Hostname, hostname:display or hostname::port

Quits with ctrl+escape.

Have fun.

Changes for version 1.4:
------------------------
 o Window mode is default now, use FULLSCREEN or FS as an argument to make
   MorphVNC open its own screen.
 o The insert, page up, page down, end and home keys are now working.
 o MorphVNC now releases all alt keys before sending vanilla keys, and presses
   them again afterwards. This fixes writing chars and symbols which require
   an alt-key combination.
 o The control-modifier is now filtered out before translating keys. This
   fixes sending ctrl-c, ctrl-v, etc with WinVNC.
 o Support for clipboard sharing.
 o Fixed some bugs in the zlib handling.
 o Added support for local cursor, as used by RealVNC and PiruVNC.
 o Some bugfixes to connection initialisation, should fix some not very common
   pixel formats.
 o A specific colour depth can now be forced by using the depth argument.
 o Other fixes which have since been forgotten :)
 o Changed port/display number parsing.

Changes for version 1.3:
------------------------
 o Mousewheel is now supported.
 o Rewrote RRE handling code, should be significantly faster now.
 o The middle mousebutton is now recognized.
 o The bug which caused some people to get only accented characters has been fixed.
 o No longer wastes lots of bandwidth when idle.
 o Some speedups.
 o Bugfixes.
 o It is now possible to specify the password on the commandline
 o Slightly more robust RFB initialization.

Changes for version 1.2:
------------------------
 o Added 16bpp support.
 o Fixed a bug in the zlib decoder where a bad packet could cause a memory leak.
 o Now correctly supports the "bell" command via DisplayBeep().