summaryrefslogtreecommitdiffstats
path: root/regress/tbl/data/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze2022-04-261-4/+7
| | | | | | | | | This is needed because the TERMP_MULTICOL mode is designed such that term_tbl() buffers all the cells of the table row before the normal reset logic near the end of term_flushln() can be reached. This fixes an assertion failure triggered by \z near the end of a table cell, found by tb@ using afl(1).
* new test for an empty text block; from rea@ via bapt@ (FreeBSD)Ingo Schwarze2019-07-181-2/+3
|
* It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze2017-07-041-3/+3
| | | | i thought. Fixing a bug in curs_addch(3) and minus 25 lines of code.
* round default width of tbl(7) text blocks in the same way as groffIngo Schwarze2017-06-151-1/+1
|
* test the new allbox and wrapping featuresIngo Schwarze2017-06-121-1/+1
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+12
Both kristaps@ and wiz@ repeated asked for this, literally for years.