The code has successfully been tested under Linux, FreeBSD, Solaris, and Mac OS X -- and will probably run fine under any modern UNIX or POSIX compliant operating system. While this program is primarily written for UNIX style environments, it is possible to compile it against the Cygwin libraries and run it under Windows.
The quality of the emulation is getting better with every release, but there is still only a subset of escape commands that is currently supported. If you need 100% correct support for all commands, I suggest you get hold of a hardware Wyse 60 terminal (or file a detailed bug report against this project).
Go to the mailing list information page to subscribe:
http://gutschke.com/cgi-bin/mailman/listinfo/Wy60
Or if you would rather read the mailing list archive, you can find all messages archived here:
http://gutschke.com/pipermail/wy60
Please do not send e-mail directly to the author unless you want to discuss issues not mentioned in the list at the top of this page. If you do so anyway, I will most likely just forward your message to the list instead.
You must compile it yourself before you can install it on your system. If you already have all the neccessary tools installed (e.g. C compiler, curses development files, GNU style shell commands, ...), then unpack the archive and type the following commands:
./configure
make
make install
The last command must be run as root, but the other ones can be performed by any user.
Read the manual page for more information on how to customize the emulator, or just run it by typing:
wy60
I have posted a hack against wy60-2.0.4 which lets you choose a custom set of
colors for ANSI or Non-ANSI terminals in your wy60.rc or
.wy60rc configuration file. It only affects color, not intensity.
For example,
ANSICOLORS = 01432532 (default ANSICOLORS = 01234567) NONANSICOLORS = 01234442 (default NONANSICOLORS = 01234567)
Context diff to patch wy60.c: http://personal.myvine.com/~gromitkc/cdiff-rc1.
I have also posted a shell script to show display attribute colors in order to select your favorite ANSICOLORS or NONANSICOLORS.
Shell script: http://personal.myvine.com/~gromitkc/wycolors.
If the links do not work, you can also check Rob's website or you can find the patch in his message to the mailing list.
|
|