From 9954ffcf73634d2ae338d61164daa96a0e60235b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 19 Jul 2009 21:26:27 +0000 Subject: Fixed and cleaned up "phrase" handling (`Bl -column' columns). Found strange newline bug in -diag handling (and others?). --- term.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'term.c') diff --git a/term.c b/term.c index 908c5854..4d33ce8d 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.89 2009/07/16 13:17:51 kristaps Exp $ */ +/* $Id: term.c,v 1.90 2009/07/19 21:26:27 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -204,7 +204,10 @@ term_isopendelim(const char *p) * possible). * * FIXME: newline breaks occur (in groff) also occur when a single - * space follows a NOBREAK! + * space follows a NOBREAK (try `Bl -tag') + * + * FIXME: there's a newline error where a `Bl -diag' will have a + * trailing newline if the line is exactly 73 chars long. */ void term_flushln(struct termp *p) -- cgit v1.2.3