diff options
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |