Do alignment of non-numeric strings in numeric cells the same way
authorschwarze <schwarze@openbsd.org>
Sun, 19 Aug 2018 23:10:16 +0000 (23:10 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 19 Aug 2018 23:10:16 +0000 (23:10 +0000)
commita7d5d23df958f876522c6970a80ab7072d2f488d
treea4bceaa58bea38d21c385c6de38a056bc77cb44c
parent864b74c8b3b6831910ebfc7c2e722343241a83bf
Do alignment of non-numeric strings in numeric cells the same way
as groff, and also honour the explicit alignment indicator "\&".
This required an almost complete rewrite of both the measurement
function and the formatter function for numeric cells.
usr.bin/mandoc/out.c
usr.bin/mandoc/tbl_term.c