summaryrefslogtreecommitdiff
path: root/gnulib-local/lib/term-ostream.oo.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+1
* Untabify.Bruno Haible2009-12-121-485/+485
* Avoid gcc -Wmissing-prototypes warnings.Bruno Haible2009-06-231-11/+11
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Update after gnulib change.Bruno Haible2009-06-231-1/+0
* exit.h is replaced with <stdlib.h>.Bruno Haible2009-06-231-2/+1
* Deal with the interactions between exit_attribute_mode and colors.Bruno Haible2009-06-231-34/+78
* Support platforms with neither terminfo nor termcap functions, like mingw.Bruno Haible2009-06-231-1/+15
* Improve output on Cygwin.Bruno Haible2009-06-231-0/+5
* Improve support of xterm on deficient platforms.Bruno Haible2009-06-231-0/+13
* Use terminfo instead of termcap.Bruno Haible2009-06-231-1/+1
* Use the terminfo functions where possible.Bruno Haible2009-06-231-3/+37
* Fix tgetstr argument.Bruno Haible2009-06-231-1/+1
* tgetent may fail.Bruno Haible2009-06-231-42/+46
* NetBSD doesn't support tgetstr(...,NULL).Bruno Haible2009-06-231-11/+25
* Make it work on BeOS.Bruno Haible2009-06-231-0/+18
* Portability to systems with GNU termcap.Bruno Haible2009-06-231-0/+10
* New module 'termcap-h'.Bruno Haible2009-06-231-50/+1
* Add a missing 'break'.Bruno Haible2009-06-231-0/+1
* Recognize also rxvt-16color and konsole-16color.Bruno Haible2009-06-231-1/+7
* Better choice of colors for 8-color models.Bruno Haible2009-06-231-2/+63
* Fix typo.Bruno Haible2009-06-231-1/+1
* Add support for xterm's 16-, 88-, 256-color modes.Bruno Haible2009-06-231-22/+1013
* Fix reversed red<->blue color channels.Bruno Haible2009-06-231-5/+9
* Make new methods static.Bruno Haible2009-06-231-2/+2
* Guard against interruption with Ctrl-Z.Bruno Haible2009-06-231-1/+59
* New module 'term-ostream': Output stream for attributed text, producing ANSIBruno Haible2009-06-231-0/+700