[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Table support?
From: |
David Combs |
Subject: |
Re: lynx-dev Table support? |
Date: |
Thu, 6 May 1999 07:10:09 -0700 |
On Thu, May 06, 1999 at 02:24:15AM -0400, Chuck Martin wrote:
> On Wed, May 05, 1999 at 09:19:39AM -0700, Dave Eaton wrote:
>
> > thin for cell boundaries. But something similar should be able to be done
> > for Lynx with short rows of dots, minus signs, and equals I would think
> > so that a modified version of the iSilo scheme for lynx could render:
> >
> > +--------------+--------------+
> > | row1 cell1 | row1 cell2 |
> > +--------------+--------------+
> > | row2 cell1 | row2 cell2 |
> > +--------------+--------------+
> >
> > as something like:
> >
> > ==========
> > row1 cell1
> > ..........
> > row1 cell2
> > ----------
> > row2 cell1
> > ..........
> > row2 cell2
> > ==========
>
<snip>
Or if we can get scrolling, then maybe optionally
just the two-dim example:
> >
> > +--------------+--------------+
> > | row1 cell1 | row1 cell2 |
> > +--------------+--------------+
> > | row2 cell1 | row2 cell2 |
> > +--------------+--------------+
> >
Like, whatever it takes in width, do it.
As an option, maybe a limit on how many chars-width a cell
could be (truncate, fill then truncate the rest not fitting)?
(A settable limit).
Also as option, a "flip rows/cols" cmd: Sometimes you are
reading mainly ACROSS, by row, and sometimes you are
reading DOWN a column (eg a schedule, where days goes
across the top: mon, tue, wed, ..., and you want to
see what's happening TODAY).
David
Re: lynx-dev Table support?, Klaus Weide, 1999/05/05
Re: lynx-dev Table support?, David Woolley, 1999/05/07
Re: lynx-dev Table support?, Larry W. Virden, 1999/05/06
Re: lynx-dev Table support?, Chris Wilson, 1999/05/07