diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-19 21:26:27 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-19 21:26:27 +0000 |
commit | dcab101ac5d007df643d02c28269f76dc810c349 (patch) | |
tree | 71aa1104e72d8fd0e4d9807798b610e43c8d6daf /term.c | |
parent | daf052187638ef68ef457d41132e2d96143af160 (diff) | |
download | mandoc-dcab101ac5d007df643d02c28269f76dc810c349.tar.gz |
Fixed and cleaned up "phrase" handling (`Bl -column' columns).
Found strange newline bug in -diag handling (and others?).
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |