aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ascii.c
Commit message (Expand)AuthorAgeFilesLines
* While all current callers pass valid data to ascii_hspan() only,Ingo Schwarze2014-08-171-43/+66
* Use a standard locale name, "UTF-8" is an ugly non-standard aliasIngo Schwarze2013-06-011-3/+2
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-041-3/+12
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-4/+8
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-201-4/+16
* It seems that __STDC_ISO_10646__ isn't defined even where it can beKristaps Dzonsons2011-05-191-1/+8
* Locale support. I'm checking this in to clean up fall-out in-tree, butKristaps Dzonsons2011-05-171-13/+70
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-6/+20
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-141-5/+5
* Remove unnecessary conditional...Kristaps Dzonsons2011-01-251-3/+2
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-1/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-1/+2
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-10/+4
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-8/+57
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-1/+2
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-1/+14
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-2/+1
* Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).Kristaps Dzonsons2010-06-081-1/+2
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-0/+128