On Mon, 31 Jan 2005, Daniele Baggio wrote:


I've modified the static HTStyle HTStyleNormal = etc.... and now the left margin now is zero, ok you gave me the right way. Thankyou.

Another question:
 Is it possible to use for browsing also the two line of text at the
top?
Now the first line is used for page title tag and the second, i see, is
always empty.

Not quite - the color-style code uses the second line.

The page is displayed in src/GridText.c - display_page().  A quick read
of the code seems to indicate that the use of the second line is partly
accidental - it puts the cursor there as a result of this chunk (around
line 1760):

#if defined(USE_COLOR_STYLE) && defined(CAN_CUT_AND_PASTE)
    if (s_hot_paste != NOSTYLE) {       /* Only if the user set the style */
        LYmove(0, LYcolLimit);
        LynxChangeStyle(s_hot_paste, STACK_ON);
        LYaddch(ACS_RARROW);
        LynxChangeStyle(s_hot_paste, STACK_OFF);
        LYmove(1, 0);           /* As after \n */
    }
#endif /* USE_COLOR_STYLE */

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to