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_validate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roff_validate.c') diff --git a/roff_validate.c b/roff_validate.c index 6ffc7eed..feadfb40 100644 --- a/roff_validate.c +++ b/roff_validate.c @@ -1,4 +1,4 @@ -/* $Id: roff_validate.c,v 1.6 2017/06/04 22:44:15 schwarze Exp $ */ +/* $Id: roff_validate.c,v 1.7 2017/06/06 15:01:04 schwarze Exp $ */ /* * Copyright (c) 2010, 2017 Ingo Schwarze * @@ -32,6 +32,7 @@ static void roff_valid_ft(ROFF_VALID_ARGS); static const roff_valid_fp roff_valids[ROFF_MAX] = { NULL, /* br */ + NULL, /* ce */ roff_valid_ft, /* ft */ NULL, /* ll */ NULL, /* mc */ -- cgit v1.2.3-56-ge451