summaryrefslogtreecommitdiff
path: root/pygments/formatters/terminal256.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few markup problems in the docs.Georg Brandl2018-12-181-2/+2
|
* Update ansi color name change version.Matth?us G. Chajdas2018-12-161-2/+2
|
* Use replace instead of stripMorten Enemark Lund2018-08-211-2/+2
|
* Ensure terminal formatter works with new ansi colors namesMorten Enemark Lund2018-08-211-2/+2
|
* Change ansi color names to more saying namesMorten Enemark Lund2018-08-041-1/+7
| | | | | | The ansi color names are changed to names which are easier to understand and align with color names of other projects and terminals. (e.g. ``#ansifuchsia`` to ``ansibrightmagenta``) This also drops the # prefix to the color names. Hashtag # is usually used for hex colors and the names are already prefixed with `ansi`. Furthermore, it allows the new and old set of names to be exclusive.
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Rename ansilist that now is a set, slipped though PR 531 reviewMatthias Bussonnier2016-02-141-4/+4
|
* Add authors entry, changelog for PR#531 and fixup a few style issues.Georg Brandl2016-02-141-11/+9
|
* Update to leave compatibility for other formatters.Matthias Bussonnier2016-02-121-4/+18
|
* Add documentation on non-extended foreground color for Terminal256 stylesMatthias Bussonnier2016-02-071-0/+7
|
* Allow ansi escape sequence as color formatMatthias Bussonnier2015-11-041-1/+10
|
* Closes #1142: add 16-million color terminal formatter.Georg Brandl2015-10-171-3/+61
|
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* terminal formatters: PEP8 cleanupGeorg Brandl2014-10-141-23/+24
|
* use versionadded directivesGeorg Brandl2014-01-191-1/+1
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Closes #691: Fix Python 3 terminal highlighting with pygmentize.Georg Brandl2012-02-061-1/+4
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Port Pygments to Python 3.1.gbrandl2009-03-311-6/+4
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* Use floor division where needed.gbrandl2008-11-251-2/+2
|
* [svn] Apply a bunch of Tim Hatch's changes.gbrandl2007-08-151-4/+5
|
* [svn] Two fixes.gbrandl2007-08-131-1/+1
|
* [svn] Smartify pygmentize encoding handling.gbrandl2007-06-131-5/+2
|
* [svn] Add terminal 256 color formatter.gbrandl2007-06-131-0/+223