File: [cvsweb.bsd.lv] / mandoc / regress / tbl / data / Makefile (download)
Revision 1.6, Tue Apr 26 14:52:06 2022 UTC (3 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: HEAD Changes since 1.5: +7 -4 lines
At the end of every tbl(7) cell, clear the \z state.
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).
|