summaryrefslogtreecommitdiffstats
path: root/out.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-04-07 11:25:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-04-07 11:25:38 +0000
commit84656c571204bca5fbcfe0ff94a6e39739bd404b (patch)
tree36337e7317266c2466c8fabc3ae37308e7923abf /out.h
parent203a7fc981fef187b30804a2cab03e1d993e9152 (diff)
downloadmandoc-84656c571204bca5fbcfe0ff94a6e39739bd404b.tar.gz
Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font escapes (noted by Frantisek Holop).
Diffstat (limited to 'out.h')
-rw-r--r--out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/out.h b/out.h
index 46273b9d..84c446f4 100644
--- a/out.h
+++ b/out.h
@@ -45,6 +45,8 @@ enum roffdeco {
DECO_PREVIOUS,
DECO_SIZE,
DECO_NOSPACE,
+ DECO_FONT, /* font */
+ DECO_FFONT, /* font family */
DECO_MAX
};