diff options
Diffstat (limited to 'man_term.c')
-rw-r--r-- | man_term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ static const struct termact termacts[MAN_MAX] = { { pre_sp, NULL, MAN_NOTEXT }, /* Sp */ { pre_nf, NULL, 0 }, /* Vb */ { pre_fi, NULL, 0 }, /* Ve */ + { pre_ign, NULL, 0 }, /* AT */ }; |