lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] Changes in lynx display


From: Doug Kaufman
Subject: [Lynx-dev] Changes in lynx display
Date: Wed, 30 Mar 2005 21:01:29 -0800 (PST)

I just compiled 2.8.6dev.11 with patch 11i for mingw (under cygwin).
This is the first lynx I have compiled since dev.5. I noticed some
changes in the display; I don't know if these are related to the other
reports or not. The mingw port is compiled with PDCurses 2.6. Both dev.5
and dev.11 use the same curses library.

In dev.11, the cursor is to the right of the link for a
non-text-input-field. This is with "show cursor" off. If "show cursor"
is on, the cursor is to the left of the link. In dev.5 the cursor stays
in the lower right hand corner of the screen, except when at a text
input field.

In dev.11, on the options page, long lines are wrapped. In dev.5 they
were truncated. In dev.11, when one of the long wrapped fields is
changed via the drop-down box, the wrapped part on the next line is not
updated. For an example, see the line for "links and form fields are
numbered".

When printing "lynx -version", I noted that it still prints a reference
to moxienet for lynx ssl support. We should probably remove that. The
code is in src/LYMain.c.

Lynx -version reports:
Lynx Version 2.8.6dev.11 (05 Jan 2005)
libwww-FM 2.14FM, SSL-MM 1.4.1, OpenSSL 0.9.7g-dev, pdcurses 2.601
Built on cygwin Mar 30 2005 19:01:37

In case some of the options matter, lynx was compiled with the following
script:

#!/bin/bash.exe
MSGFMT="d:/cygwin/mingw/bin/msgfmt.exe" \
XGETTEXT="d:/cygwin/mingw/bin/xgettext.exe" \
LDFLAGS="-mno-cygwin -static" \
LIBS="-L/mingw/lib -lwsock32 -lgdi32 -lmsvcrt" \
CFLAGS="-mno-cygwin -fno-strict-aliasing -I/mingw/include 
-I/mingw/include/openssl \
-W -Wall -O3 -DALL_STATIC -D_WINDOWS -DSH_EX -DWIN_EX -DNOUSERS -DNOSIGHUP 
-DDOSPATH \
-DUSE_ALT_BLAT_MAILER -DHAVE_CBREAK -DBOXHORI=0 -DBOXVERT=0" \
./configure --prefix=d:/cygwin/mingw/lynx2.8.6dev.11/lynx-conf \
--disable-dired-override \
--disable-full-paths \
--enable-addrlist-page \
--enable-change-exec \
--enable-charset-choice \
--enable-color-style \
--enable-default-colors \
--enable-exec-links \
--enable-externs \
--enable-file-upload \
--enable-gzip-help \
--enable-nested-tables \
--enable-nls \
--enable-vertrace \
--libdir=d:/cygwin/mingw/lynx2.8.6dev.11/lynx-conf \
--with-bzlib \
--with-screen=curses \
--with-ssl \
--with-zlib

                            Doug

-- 
Doug Kaufman
Internet: address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]