Try setting the term to ansi.
In bash type shells:
% export TERM=ansi
% lynx
or
% TERM=ansi lynx

In csh type shells:
% setenv TERM ansi
% lynx

Andrew.

Reply via email to