From 47256364f90726421cafc28ec2f147ee98c59f94 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 22 Jun 2009 12:38:07 +0000 Subject: Noted .Cd tabs-ok issue (will fix later). Added single space to -diag lists. --- term.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'term.c') diff --git a/term.c b/term.c index d99c990d..4ab338d9 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.81 2009/06/22 12:04:05 kristaps Exp $ */ +/* $Id: term.c,v 1.82 2009/06/22 12:38:07 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -200,6 +200,9 @@ term_isopendelim(const char *p, int len) * Otherwise, the line will break at the right margin. Extremely long * lines will cause the system to emit a warning (TODO: hyphenate, if * possible). + * + * FIXME: newline breaks occur (in groff) also occur when a single + * space follows a NOBREAK! */ void term_flushln(struct termp *p) -- cgit v1.2.3