aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitac0babc62f7cea46ace617a6bd1be66bef058f3f (patch)
tree4fa85a93e63277581ffe485e336196226674a80f /out.h
parent081c8e239196f1cbd6ff8dd1d6be5d6629b4c980 (diff)
downloadmandoc-ac0babc62f7cea46ace617a6bd1be66bef058f3f.tar.gz
mandoc-ac0babc62f7cea46ace617a6bd1be66bef058f3f.tar.zst
mandoc-ac0babc62f7cea46ace617a6bd1be66bef058f3f.zip
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/out.h b/out.h
index 9ace7117..b5eb7c81 100644
--- a/out.h
+++ b/out.h
@@ -1,4 +1,4 @@
-/* $Id: out.h,v 1.9 2009/11/12 08:21:05 kristaps Exp $ */
+/* $Id: out.h,v 1.10 2010/04/07 11:25:38 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -45,6 +45,8 @@ enum roffdeco {
DECO_PREVIOUS,
DECO_SIZE,
DECO_NOSPACE,
+ DECO_FONT, /* font */
+ DECO_FFONT, /* font family */
DECO_MAX
};