Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.groff.bug > #1691 > unrolled thread

[bug #57665] tbl: want better TTY support for extremely long tables

Started by"G. Branden Robinson" <INVALID.NOREPLY@gnu.org>
First post2020-01-25 08:35 -0500
Last post2020-01-25 08:35 -0500
Articles 1 — 1 participant

Back to article view | Back to gnu.groff.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [bug #57665] tbl: want better TTY support for extremely long tables "G. Branden Robinson" <INVALID.NOREPLY@gnu.org> - 2020-01-25 08:35 -0500

#1691 — [bug #57665] tbl: want better TTY support for extremely long tables

From"G. Branden Robinson" <INVALID.NOREPLY@gnu.org>
Date2020-01-25 08:35 -0500
Subject[bug #57665] tbl: want better TTY support for extremely long tables
Message-ID<mailman.111.1579959316.2185.bug-groff@gnu.org>
URL:
  <https://savannah.gnu.org/bugs/?57665>

                 Summary: tbl: want better TTY support for extremely long
tables
                 Project: GNU troff
            Submitted by: gbranden
            Submitted on: Sat 25 Jan 2020 01:35:07 PM UTC
                Category: Preprocessor tbl
                Severity: 1 - Wish
              Item Group: New feature
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

When I view pages like groff_char(7) on a terminal, continuous rendering is
enabled.  This is nice because the man(7) macros don't make assumptions about
the page length that way, and you get smoothly flowing text that is
interrupted by page headers and footers.

Unfortunately, tbl is a preprocessor and doesn't know that the page length is
effectively infinite.  This causes it to insert breaks in long tables. 
Without the page headers and footers these look like single blank lines, the
same you get from blank input line in table, or .sp, or .sp 1, as recently
discussed on the groff@gnu.org list.

The net result is ugliness and potential confusion.

How can we get tbl to pretend the page length is unbounded, or stop
introducing blank vertical space at the page boundaries?




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57665>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/

[toc] | [standalone]


Back to top | Article view | gnu.groff.bug


csiph-web