From 4a4657f9f40ea60d08ecfb7c12fc46e29440ff58 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 4 Jun 2017 22:44:15 +0000 Subject: Implement the roff(7) .mc (right margin character) request. The Tcl/Tk manual pages use this extensively. Delete the TERM_MAXMARGIN hack, it breaks .mc inside .nf; instead, implement a proper TERMP_BRNEVER flag. --- roff_html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roff_html.c') diff --git a/roff_html.c b/roff_html.c index e76ca544..00a100ad 100644 --- a/roff_html.c +++ b/roff_html.c @@ -1,4 +1,4 @@ -/* $OpenBSD$ */ +/* $Id: roff_html.c,v 1.6 2017/06/04 22:44:15 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * Copyright (c) 2014, 2017 Ingo Schwarze @@ -35,6 +35,7 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = { roff_html_pre_br, /* br */ NULL, /* ft */ NULL, /* ll */ + NULL, /* mc */ roff_html_pre_sp, /* sp */ NULL, /* ta */ NULL, /* ti */ -- cgit v1.2.3-56-ge451