This is the curses version of wxwin.

!! Don't unpack this file in your normal wxwin directory. The base classes
   are different.

Installation:

This code should work on:

- sun4, gcc, gmake, /usr/5lib curses
- ultrix, gcc, gmake, ncurses (get the latest version)
- sgi(iris), gcc, smake, normal curses

Because I build for several platforms at the same time on the same file system,
you need a good make that really supports the VPATH macro.

Go to lib/curses/<machine> edit the makefile and type gmake, this will build 
 lib/curses/<machine>/libwx.a.

A very simple demo can be found in samples/curtest. Executables are available
in demo_<machine>.tar.gz.
You should see solid borders. If not, try a different term setting. On ultrix
and sgi you need terminfo instead of termcap. The termlib stuff with ncurses
doesn't have a vt100 term entry with acs capability. In that case you'll see
stippeld lines. If you don't know how to fix it, let me know.

There is no documentation!

Things you should know:

TAB		Switch between panel items.
RETURN		Select menuitem, listbox item, checkbox, button.
SPACE		Select listbox item, checkbox
ESC		Close menu
CNTRL+N		Switch to next subwin in frame (including the menubar)
CNTRL+B		Switch to previous subwin in frame (including the menubar)
F1		Access to the window manager menu.

Executables become very big. The simple demo is on a sun4 507904 bytes,
on a sgi 1228456 bytes an on ultrix .

If you have any comments, bug-reports please let me know.

Harco de Hilster
Department of Computer Science
University of Nijmegen
The Netherlands
