Added to README. I tested the curses GUI for plex86, using
the following instructions:
-Kevin
Special notes for using curses (text-mode VGA only) as a GUI.
If you use this in a terminal (like non-X based) which doesn't
load the VGA font, expect special characters to be displayed
as gargage.
1) Configure with curses:
./configure --with-gui=curses
2) Use an 80x24 terminal screen. Use the VGA font if possible,
otherwise some characters will be garbage.
xterm -geometry 80x25 -fn vga
3) Send stderr to /dev/null. In bash:
./plex86 -f ../conf/foo 2>/dev/null