From 1ab4ebe5662ad82d7ab745fdb9c8124e07630673 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 6 Jun 2017 15:01:04 +0000 Subject: 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. --- roff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roff.h') diff --git a/roff.h b/roff.h index d0951046..fbfd593c 100644 --- a/roff.h +++ b/roff.h @@ -1,4 +1,4 @@ -/* $Id: roff.h,v 1.49 2017/06/04 22:44:15 schwarze Exp $ */ +/* $Id: roff.h,v 1.50 2017/06/06 15:01:04 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze @@ -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, -- cgit v1.2.3-56-ge451