summaryrefslogtreecommitdiffstatshomepage
path: root/term_ps.c
Commit message (Expand)AuthorAgeFilesLines
* Implement font-switching for PostScript. -Tps now supportsKristaps Dzonsons2010-06-111-62/+134
* Delay opening a word state until a character is ready to be output.Kristaps Dzonsons2010-06-111-21/+42
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-111-2/+31
* Allow open word contexts in -Tps to preserve whitespace, as whitespaceKristaps Dzonsons2010-06-101-4/+5
* Forgot to increment into the nil terminator. And call va_end() whileKristaps Dzonsons2010-06-091-2/+4
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-55/+139
* 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-1/+173
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-0/+45