summaryrefslogtreecommitdiffstats
path: root/pym/output.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-1/+1
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Namespace sanitizing, step 1Marius Mauch2007-01-251-393/+1
| | | | svn path=/main/trunk/; revision=5778
* Implement --color < y | n > for bug #42115 and deprecate --nocolor. When ↵Zac Medico2006-11-011-3/+6
| | | | | | --color is not specified, rely on the old NOCOLOR variable and/or stdout auto-detection. svn path=/main/trunk/; revision=4906
* For bug #152157, don't send a redundant escape sequence with ${PROMPT_COMMAND}.Zac Medico2006-10-211-4/+6
| | | | svn path=/main/trunk/; revision=4782
* Allow an empty PROMPT_COMMAND for bug #152157.Zac Medico2006-10-201-1/+3
| | | | svn path=/main/trunk/; revision=4771
* Call sys.stdout.flush() after print statements so that output has the ↵Zac Medico2006-09-291-0/+5
| | | | | | correct order when multiple processes output to a shared pipe. svn path=/main/trunk/; revision=4554
* Handle a potential ValueError when parsing the number of terminal columns.Zac Medico2006-07-201-5/+14
| | | | svn path=/main/trunk/; revision=3954
* Add an EOutput class that provides a python implementation of the familar e* ↵Zac Medico2006-07-191-0/+142
| | | | | | funtions from /sbin/functions.sh. Thanks to Alex Tarkovsky <alextarkovsky@gmail.com> for this patch. svn path=/main/trunk/; revision=3924
* When displaying the resume merge list, don't show the skipped package when ↵Zac Medico2006-07-031-0/+1
| | | | | | --skipfirst is enabled. See bug #121106. svn path=/main/trunk/; revision=3778
* Add a new MERGE_LIST_PROGRESS color class and remove hard coded yellow/green.Zac Medico2006-07-011-0/+1
| | | | svn path=/main/trunk/; revision=3743
* retain current color schema by adding a new color class for unmergingMike Frysinger2006-06-281-1/+4
| | | | svn path=/main/trunk/; revision=3681
* Set WARN=red to so that warnings appear red, as they always have.Zac Medico2006-06-281-1/+1
| | | | svn path=/main/trunk/; revision=3680
* Put bright colors before dark colors for bug #137206. Thanks to Benno ↵Zac Medico2006-06-181-1/+1
| | | | | | Schulenberg <benno@nietvergeten.nl> for this patch. svn path=/main/trunk/; revision=3532
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* 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