summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-08-08 20:07:47 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-08-08 20:07:47 +0000
commit35783c93c6366fa20e6ed5149c9c25091d01a222 (patch)
tree4266ad56af17b4c240366f90f69b31b3faa383b4 /term.h
parent20b1a5ef7f370e238b774d0fb38b8cb6bedae40f (diff)
downloadmandoc-35783c93c6366fa20e6ed5149c9c25091d01a222.tar.gz
Implement the roff(7) font-escape sequence \f(BI "bold+italic".
This improves the formatting of about 40 base manuals and reduces groff-mandoc formatting differences in base by about 5%.
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index ccac729e..b33dcd89 100644
--- a/term.h
+++ b/term.h
@@ -37,6 +37,7 @@ enum termfont {
TERMFONT_NONE = 0,
TERMFONT_BOLD,
TERMFONT_UNDER,
+ TERMFONT_BI,
TERMFONT__MAX
};