Lynx PROBLEMS file.

Ideally you would never have to read this, but inevitably problems
do arise.  As implementation and installation problems become known
they will be outlined in this file.

    Control-Z on Unix can cause aberrant behavior.  Use the '!' to
    escape to shell (on VMS control-Z is unconditional 'Q'uit, with
    no attempt to suspend the Lynx process only temporarily).

    Screen resizing can be a bit funny.  If you resize the screen, 
    documents that have been cached will be out of whack.  Any further 
    documents will look fine.  This is a curses program anyways, so 
    resizeable terminals are not that common.  On some systems 
    (i.e. HP/UX) terminal resizing does not work at all.
    You can reload documents to the current window size with CTRL-R

    The WWWLib hash tables for anchors use uppercasing for greater
    efficiency, with the consequence that if two paths differ only
    in their casing, they will not be distinguished on fetch attempts,
    and the path that is first in a sort always will be chosen, even
    if one has attempted to select the other.  This can be a problem
    when using the DIRED support or ~username URL's on Unix (VMS paths
    are case-insensitive and therefore don't pose the problem).

    The Sun `shelltool' and `cmdtool' terminals are stupid by default.  
    In order to get bold text to appear differently than inverse video, 
    the user should put this line in ~/.Xdefaults:

        Term*boldStyle:         Offset_X

    From the `shelltool' man page, it seems that an analogous line 
    in ~/.defaults

        /Tty/Bold_style "Offset_X"

    ought to work just as well, but I you may not get the desired
    behavior until you modify your .Xdefaults file (and run `xrdb
    ~/.Xdefaults').  Note also that there are other supported values 
    for the boldStyle resource/Bold_style default, all of which begin 
    with "Offset_". (helpful hint from kevin@traffic.den.mmc.com)

