summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/term.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement centering and adjustment to the right margin directly inschwarze2019-01-041-2/+4
* 1. Eliminate struct eqn, instead use the existing membersschwarze2017-07-081-3/+3
* tables leak tab settings to subsequent textschwarze2017-06-171-1/+2
* improve rounding rules for scaling unitsschwarze2017-06-141-1/+2
* Implement automatic line breakingschwarze2017-06-121-2/+4
* Prepare the terminal driver for filling multiple columns in parallel,schwarze2017-06-071-2/+4
* Prepare the terminal driver for filling multiple columns in parallel,schwarze2017-06-071-9/+15
* The \h escape sequence provides another method for moving backwards,schwarze2017-06-071-2/+3
* Implement the roff(7) .mc (right margin character) request.schwarze2017-06-041-3/+6
* Make term_flushln() simpler and more robust:schwarze2017-06-041-4/+4
* Basic implementation of the roff(7) .ti (temporary indent) request.schwarze2017-05-081-1/+2
* Basic implementation of the roff(7) .ta (define tab stops) request.schwarze2017-05-071-2/+4
* Start roff formatter modules for HTML and termininal output,schwarze2017-05-041-5/+7
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.schwarze2015-11-071-4/+1
* Major character table cleanup:schwarze2015-10-131-2/+1
* Trailing whitespace is significant when determining the width of a tagschwarze2015-09-211-7/+8
* Initial, still somewhat experimental implementation to leverageschwarze2015-07-171-1/+2
* Replace the kludge for the \z escape sequence by an actualschwarze2015-04-291-8/+9
* Rounding rules for horizontal scaling widths are more complicated.schwarze2015-04-041-3/+3
* Third step towards parser unification:schwarze2015-04-021-6/+7
* Use relative offsets instead of absolute pointers for the terminalschwarze2015-01-311-3/+2
* support negative horizontal widths in man(7);schwarze2014-12-231-5/+3
* Enforcing an arbitrary, implementation dependent, undocumented limitschwarze2014-12-191-5/+5
* Fix the implementation and documentation of \c (continue text input line).schwarze2014-12-021-1/+2
* header cleanup:schwarze2014-12-011-4/+8
* remove unneccessary inclusion protection; ok schwarzederaadt2014-11-271-6/+1
* Make the character table available to libroff so it can check theschwarze2014-10-281-2/+2
* Improve -Tascii output for Unicode escape sequences: For the first 512schwarze2014-10-261-1/+3
* simplify handling of .An -[no]split for terminal output:schwarze2014-09-171-4/+3
* Implement the traditional -h option for man(1): show the SYNOPSIS only.schwarze2014-09-031-1/+2
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-3/+3
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)schwarze2014-04-081-6/+7
* Support relative arguments to .ll (increase or decrease line length).schwarze2014-03-301-3/+3
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-2/+5
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.schwarze2013-12-251-1/+2
* Delete the unused flag TERMP_IGNDELIMschwarze2013-12-241-9/+8
* Polishing the worms in my favourite can, term_flushln().schwarze2013-12-221-2/+3
* Move the last column-counting members of struct termp (col and maxcols)schwarze2013-08-211-3/+3
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".schwarze2013-08-081-1/+2
* Implement the roff \z escape sequence, intended to output the nextschwarze2012-05-281-1/+2
* Fix the vertical spacing around tbl(7) instances in man(7).schwarze2012-05-271-1/+2
* Support -man -Omdoc to format man(7) manuals in mdoc(7) output style;schwarze2011-11-131-1/+2
* Make the default left text margin configurable from the command line,schwarze2011-11-131-1/+2
* Remove the terminal frontend flag TERMP_NOLPAD.schwarze2011-09-191-2/+1
* sync to version 1.11.5:schwarze2011-09-181-1/+2
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-41/+11
* Sync tbl handling to bsd.lv release 1.10.9:schwarze2011-01-091-2/+2
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-3/+10
* Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.schwarze2010-07-311-4/+6
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-2/+6