From 101796b4d79943845f21342db70d90db02e715a4 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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'term.c') diff --git a/term.c b/term.c index ad42fc62..b1653267 100644 --- a/term.c +++ b/term.c @@ -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