lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Re: [PATCH 2.8.4dev.19] table line wrap


From: Ilya Zakharevich
Subject: lynx-dev Re: [PATCH 2.8.4dev.19] table line wrap
Date: Sun, 18 Mar 2001 19:44:37 -0500
User-agent: Mutt/1.2.5i

On Sat, Mar 17, 2001 at 09:37:36PM -0500, I wrote:
> It also removes a bogus dependency between wide-screen display and
> line wrapping outside tables.  For this, I needed to replace LYcols
> inside GridText.c by one of 3 choices: LYcols, DISPLAY_COLS, and
> WRAP_COLS.

Thomas wrote:

 two seemed to be sufficient (changing the meaning of LYcols just opens
 up a lot of new problems, you seem to be using DISPLAY_COLS to mean
 what LYcols does now, and changing the meaning of LYcols).

Nope,

what *you* did changed the meaning of LYcols, which is the screen
width.

Screen width should be used for drawing the decorative frame around
the document, formed by the title line, the status line, the prompts,
and the scrollbar.  DISPLAY_COLS is the width of the pad into which we
draw the text of the document - used only in the bug-avoidance
safeguards.  WRAP_COLS is used to fit the document.  Probably the
fourth one is needed as well - for centering, as my DIV example shows.

Ilya

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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