ascii: Get rid of the idea of pages.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 15 Dec 2018 18:43:47 +0000 (10:43 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 25 Dec 2018 06:03:41 +0000 (22:03 -0800)
commit1a4052ac93c4dd248f664107e78b52597a839066
tree7e96c5fd82b05bfbdb51825f7bd1e84c8adac86a
parentb9aea813e643c3badd9a9fe7a8b396088b30c96e
ascii: Get rid of the idea of pages.

In the era when I started writing this code, people still printed output on
dot-matrix printers and fanfold paper.  That's no longer a realistic use
case: today, no one prints plain text output.  It's just for viewing on a
screen, and on a screen there is no need or desire to break tables up
vertically into virtual "pages".
NEWS
doc/invoking.texi
src/output/ascii.c
src/output/ascii.h
src/output/driver.c
tests/output/ascii.at
tests/output/render-test.c
tests/output/render.at