ascii: Improve look of dashed line ends.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 28 Jan 2023 18:16:25 +0000 (10:16 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 28 Jan 2023 18:16:25 +0000 (10:16 -0800)
commit279f6ff7d1eb68e54644ebd6000ee03d783f5b08
tree093754dc46fec1d38c04327f02273725bc679620
parent17d55caeb97f23f16818e88ddeb5319d8c4f2369
ascii: Improve look of dashed line ends.

Until now, partial ends of horizontal dashed lines were rendered as
U+2574 BOX DRAWINGS LIGHT LEFT and U+2576 BOX DRAWINGS LIGHT RIGHT,
which are solid lines.  This looks funny at the end of a dashed line,
especially in some fonts.  This commit changes these ends to
U+254C BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL, which does extend all the
way across the character cell but looks much better.
src/output/ascii.c
tests/output/pivot-table.at