diff options
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ #include "man.h" #include "mdoc.h" +/* FIXME: accomodate non-breaking, non-collapsing white-space. */ +/* FIXME: accomodate non-breaking, collapsing white-space. */ + extern void man_run(struct termp *, const struct man *); extern void mdoc_run(struct termp *, |