From 5332b9910e8f7d80dfce64caac812e91b843bdd9 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term.c') diff --git a/term.c b/term.c index 38b44de8..156beb96 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.48 2009/03/08 20:50:12 kristaps Exp $ */ +/* $Id: term.c,v 1.49 2009/03/08 20:57:35 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -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 v1.2.3