Correctly calculate required column widths for tables containing
authorschwarze <schwarze@openbsd.org>
Tue, 7 Sep 2021 14:50:56 +0000 (14:50 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 7 Sep 2021 14:50:56 +0000 (14:50 +0000)
commite968d739d2abeed37e3afbdf96f15c5e25c6f98b
treeb9241db62ffae9744cc54e4e6ab4ed70faf36eb9
parentecdf68be13018fd974bcb3435f70e911bb87306a
Correctly calculate required column widths for tables containing
cells that horizontally span columns which contains "n" (number)
formatted cells on other rows.  This requires updating total column
widths from "n" formatted cells before starting width distribution
from the spanning cells to their constituent columns.
regress/usr.bin/mandoc/tbl/layout/span.in
regress/usr.bin/mandoc/tbl/layout/span.out_ascii
usr.bin/mandoc/out.c