summaryrefslogtreecommitdiffstats
path: root/roff.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-06 15:01:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-06 15:01:04 +0000
commit3a094373dfa33d1e287d59127a8629dde3205dd8 (patch)
tree25ebac57ab1aa54735b559fef4ca6a55dc4494e2 /roff.h
parent57a85465cebb415008468ba9f16a7668e9119051 (diff)
downloadmandoc-3a094373dfa33d1e287d59127a8629dde3205dd8.tar.gz
Minimal implementation of the roff(7) .ce request (center a number
of input lines without filling). Contrary to groff, high-level macros abort .ce mode for now.
Diffstat (limited to 'roff.h')
-rw-r--r--roff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.h b/roff.h
index 3823490a..02b610b8 100644
--- a/roff.h
+++ b/roff.h
@@ -67,6 +67,7 @@ enum roff_type {
enum roff_tok {
ROFF_br = 0,
+ ROFF_ce,
ROFF_ft,
ROFF_ll,
ROFF_mc,
@@ -101,7 +102,6 @@ enum roff_tok {
ROFF_brpnl,
ROFF_c2,
ROFF_cc,
- ROFF_ce,
ROFF_cf,
ROFF_cflags,
ROFF_ch,