The UTF-8 graphic devices introduced in the previous commit use
backspaces and overstriking to indicate bold, but most users probably
won't appreciate that, since it makes it harder to work with the
output files in many text editors. Thus, disable this behavior.
Thanks to John Darrington for pointing out the issue.
box[0222]='\xe2\x95\xa3' box[1222]='\xe2\x95\xac' box[2222]='\xe2\x95\xac'
tty-utf8:ascii:screen:length=$viewlength width=$viewwidth ${utf8-graphics} \
- output-file=${tty-output-file}
+ output-file=${tty-output-file} emphasis=none
list-utf8:ascii:listing:length=66 width=79 output-file=${list-output-file} \
- ${utf8-graphics}
+ ${utf8-graphics} emphasis=none
# Local Variables:
# fill-prefix: "# "