[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev [PATCH 2.8.5-dev15] 1/2 bugs of new table logic fixed
From: |
Ilya Zakharevich |
Subject: |
lynx-dev [PATCH 2.8.5-dev15] 1/2 bugs of new table logic fixed |
Date: |
Tue, 3 Jun 2003 01:31:59 -0700 |
User-agent: |
Mutt/1.4i |
My previous message said that I know 3 bugs in the new table logic;
the previous message fixed one. This message fixes another one: wrong
highlight of links in merged lines in tables (this is one Thomas was
complaining about).
One remaining known bug is a too agressive merge (sometimes you can
see it since a part of a line disappears at the right edge). I did
not investigate it yet... See, e.g.,
http://www.openswf.org/spec.html
--- ./src/GridText.c-as-sent Sat May 10 16:11:02 2003
+++ ./src/GridText.c Tue Jun 3 01:05:46 2003
@@ -4679,7 +4679,7 @@ PRIVATE int HText_insertBlanksInStblLine
prevline_len = width;
continue;
}
- mod_line = insert_blanks_in_line(line, lineno, me,
+ mod_line = insert_blanks_in_line(line, lineno - deleted, me,
&me->last_anchor_before_stbl
/*updates++*/,
ninserts, oldpos, newpos);
if (mod_line) {
Enjoy,
Ilya
P.S. Henry asked which setup I am running. Here it is; it is more or
less the "normal user's default setup": all the useful stuff is enabled.
CHARSETS_DIRECTORY:I:/utils/fonts
CHARSET_SWITCH_RULES: koi8-r ISO-8859-5 windows-1251 cp866u KOI8-U big5 :cp866,
iso-8859-1 windows-1252 ISO-8859-15 :cp850, ISO-8859-2 windows-1250 :cp852, IS
O-8859-8 windows-1255 :cp862
USE_MOUSE:TRUE
PRETTYSRC:TRUE
SCROLLBAR:TRUE
DEFAULT_CACHE_SIZE:100
KEYMAP:^[:INTERRUPT:STOP
KEYMAP:0x100:UP_LINK
KEYMAP:0x101:DOWN_LINK
KEYMAP:0x102:RIGHT_LINK:FORW_RL
KEYMAP:0x103:LEFT_LINK:BACK_LL
KEYMAP:^H:PREV_DOC:DELP
KEYMAP:0x7F:PREV_DOC:DELP
PARTIAL_THRES:6
DOWNLOADER:Save to the download directory K\:/get:cp %s K\:/get/%s:TRUE
DOWNLOADER:Save to the papers directory J\:/papers:cp %s J\:/papers/%s:TRUE
COOKIE_REJECT_DOMAINS:.google.com
Configure options:
--prefix=i:/emx.add --with-screen=ncurses --enable-addrlist-page
--enable-color-style --enable-default-colors --enable-file-upload
--enable-justify-elts --enable-prettysrc --enable-read-eta
--enable-scrollbar --enable-source-cache --enable-charset-choice
--enable-externs --enable-cgi-links --enable-change-exec
--enable-exec-links --enable-exec-scripts --enable-gzip-help
--with-zlib --with-ssl --enable-nested-tables --enable-kbd-layout
--enable-font-switch --disable-full-paths
P.P.S. I see that 'o'ption menu leads to "Lynx.cfg Information" page;
this page allows one to see LYNX_CFG and its included files as well as
LYNX_LSS - but NOT its included files. Should not this be fixed?
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- lynx-dev [PATCH 2.8.5-dev15] 1/2 bugs of new table logic fixed,
Ilya Zakharevich <=