summaryrefslogtreecommitdiffstats
path: root/pym/output.py
Commit message (Collapse)AuthorAgeFilesLines
* use escaping code that works for mrxvt too; thanks to nelchael for the ↵Simon Stelling2006-05-021-1/+1
| | | | | | patch; bug 117509 svn path=/main/trunk/; revision=3306
* Print [ OK ] messages (like eend) when checksums are good. Thanks to ↵Zac Medico2006-04-301-0/+7
| | | | | | fox2mike for suggesting this. svn path=/main/trunk/; revision=3279
* Move some color mappings to ensure that they do not override the user ↵Zac Medico2006-04-051-5/+5
| | | | | | defined color map. svn path=/main/trunk/; revision=3076
* Add color code mappings for 16 colors in rgb format.Zac Medico2006-04-051-12/+32
| | | | svn path=/main/trunk/; revision=3075
* Add support for user configuration of colors in the output module for bug ↵Zac Medico2006-04-041-1/+44
| | | | | | #125120. Thanks to solar for the patch that this was derived from. svn path=/main/trunk/; revision=3072
* Create a single colorize() function in the output module and use it to ↵Zac Medico2006-03-291-44/+21
| | | | | | generate all of the existing color functions. svn path=/main/trunk/; revision=3030
* Patch by Ed Catmur to add "gnome" to legal_terms in output.py.Zac Medico2006-02-211-1/+1
| | | | svn path=/main/trunk/; revision=2756
* Patch by marienz to generate default_xterm_title just in time with python ↵Zac Medico2006-02-211-3/+13
| | | | | | instead of the shell. Fixes "Bad substitution" shell messages reported by flameeyes. svn path=/main/trunk/; revision=2755
* Kill the double xterm title codes.Jason Stubbs2006-01-011-1/+1
| | | | svn path=/main/trunk/; revision=2515
* Use the env's PROMPT_COMMAND for resetting xterm titles when available.Jason Stubbs2005-12-251-5/+6
| | | | | | Otherwise use ${user}@${hostname}:${cwd}. svn path=/main/trunk/; revision=2454
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+167
svn path=/main/branches/2.0/; revision=1941