From bb9117cebf92c336a1e35630fabcf98352ffda47 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 3 Oct 2009 19:57:53 +0000 Subject: Added initial -man framework for -Thtml. --- man_term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index 5bca3307..7646d1a7 100644 --- a/man_term.c +++ b/man_term.c @@ -91,7 +91,7 @@ static void post_SS(DECL_ARGS); static void post_TP(DECL_ARGS); static void post_i(DECL_ARGS); -static const struct termact termacts[MAN_MAX] = { +static const struct termact termacts[MAN_MAX] = { { pre_br, NULL }, /* br */ { NULL, NULL }, /* TH */ { pre_SH, post_SH }, /* SH */ @@ -160,6 +160,7 @@ man_run(struct termp *p, const struct man *m) static void + fmt_block_vspace(struct termp *p, const struct man_node *n) { term_newln(p); -- cgit