summaryrefslogtreecommitdiffstats
path: root/term.h
Commit message (Expand)AuthorAgeFilesLines
* When starting a new input line, even when continuing the same outputIngo Schwarze2022-08-161-1/+2
* In GNU, Heirloom, and Plan 9 roff, tab positions apply to *input* lines,Ingo Schwarze2022-08-151-0/+1
* Provide a cleanup function for the term_tab module, freeing memoryIngo Schwarze2021-10-041-1/+2
* Implement centering and adjustment to the right margin directly inIngo Schwarze2019-01-041-1/+3
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-2/+2
* tables leak tab settings to subsequent textIngo Schwarze2017-06-171-0/+1
* improve rounding rules for scaling unitsIngo Schwarze2017-06-141-0/+1
* Implement automatic line breakingIngo Schwarze2017-06-121-1/+3
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-1/+3
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-8/+14
* The \h escape sequence provides another method for moving backwards,Ingo Schwarze2017-06-071-1/+2
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-2/+5
* Make term_flushln() simpler and more robust:Ingo Schwarze2017-06-041-3/+3
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-0/+1
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-1/+3
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-4/+6
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* Major character table cleanup:Ingo Schwarze2015-10-131-1/+0
* Trailing whitespace is significant when determining the width of a tagIngo Schwarze2015-09-211-6/+7
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-0/+1
* Replace the kludge for the \z escape sequence by an actualIngo Schwarze2015-04-291-7/+8
* Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze2015-04-041-2/+2
* Third step towards parser unification:Ingo Schwarze2015-04-021-5/+6
* Use relative offsets instead of absolute pointers for the terminalIngo Schwarze2015-01-311-2/+1
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-4/+2
* Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze2014-12-191-4/+4
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-0/+1
* header cleanup:Ingo Schwarze2014-12-011-4/+7
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-4/+0
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-1/+1
* Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze2014-10-261-0/+2
* simplify handling of .An -[no]split for terminal output:Ingo Schwarze2014-09-171-3/+2
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-031-0/+1
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-2/+2
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-081-5/+6
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-2/+2
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+4
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-251-0/+1
* Delete the unused flag TERMP_IGNDELIMIngo Schwarze2013-12-241-8/+7
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-221-1/+2
* Move the last column-counting members of struct termp (col and maxcols)Ingo Schwarze2013-08-211-2/+2
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-0/+1
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-311-0/+1
* Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze2012-05-271-0/+1
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-041-0/+1
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-0/+1
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-191-1/+0
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-1/+1
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-221-0/+1
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-201-1/+2