]> git.cameronkatri.com Git - mandoc.git/commit
Implement the roff(7) .mc (right margin character) request.
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 4 Jun 2017 22:44:15 +0000 (22:44 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 4 Jun 2017 22:44:15 +0000 (22:44 +0000)
commit4a4657f9f40ea60d08ecfb7c12fc46e29440ff58
treebf7ff7d4e63bcc15048ba4c11abf99b9146c1e76
parentab795e726e781905db61f736dacb3fbb0e35a301
Implement the roff(7) .mc (right margin character) request.
The Tcl/Tk manual pages use this extensively.
Delete the TERM_MAXMARGIN hack, it breaks .mc inside .nf;
instead, implement a proper TERMP_BRNEVER flag.
12 files changed:
man_term.c
mdoc_man.c
mdoc_term.c
roff.7
roff.c
roff.h
roff_html.c
roff_term.c
roff_validate.c
tbl_term.c
term.c
term.h