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