From f4bf03d97398f8f37ba7e8df8d5a0e3f1b53520c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 8 Mar 2009 20:57:35 +0000 Subject: Added `Lp' macro. --- term.c | 1 + 1 file changed, 1 insertion(+) (limited to 'term.c') diff --git a/term.c b/term.c index 8c209a98..9baf5079 100644 --- a/term.c +++ b/term.c @@ -276,6 +276,7 @@ const struct termact __termacts[MDOC_MAX] = { { termp_ud_pre, NULL }, /* Ud */ { termp_lb_pre, termp_lb_post }, /* Lb */ { termp_ap_pre, NULL }, /* Lb */ + { termp_pp_pre, NULL }, /* Pp */ }; const struct termact *termacts = __termacts; -- cgit