summaryrefslogtreecommitdiffstatshomepage
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
commit47256364f90726421cafc28ec2f147ee98c59f94 (patch)
treea04fc9fec7d8642124ef66fdb74a94c47c3ba12d /term.c
parent496e3f59f915db45643e74c99ae71923800637f8 (diff)
downloadmandoc-47256364f90726421cafc28ec2f147ee98c59f94.tar.gz
mandoc-47256364f90726421cafc28ec2f147ee98c59f94.tar.zst
mandoc-47256364f90726421cafc28ec2f147ee98c59f94.zip
Noted .Cd tabs-ok issue (will fix later).
Added single space to -diag lists.
Diffstat (limited to 'term.c')
-rw-r--r--term.c5
1 files changed, 4 insertions, 1 deletions
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 <kristaps@kth.se>
*
@@ -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)