summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-22 12:38:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-22 12:38:07 +0000
commit101796b4d79943845f21342db70d90db02e715a4 (patch)
tree9ffa023a73c40db2bb6100d3a2db75d43f4dd305 /term.c
parent18f369698f06fa3b0fb07a981d798daafdfc239f (diff)
downloadmandoc-101796b4d79943845f21342db70d90db02e715a4.tar.gz
Noted .Cd tabs-ok issue (will fix later).
Added single space to -diag lists.
Diffstat (limited to 'term.c')
-rw-r--r--term.c3
1 files changed, 3 insertions, 0 deletions
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)