summaryrefslogtreecommitdiffstats
path: root/pym/output.py
Commit message (Expand)AuthorAgeFilesLines
* Merge the portage.spawn() implementation with pty logging from trunk:Zac Medico2007-07-251-0/+9
* Add "reset" to the list of attributes in color.map.5 and add define NORMAL li...Zac Medico2007-07-121-1/+2
* Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt. (...Zac Medico2007-07-081-0/+2
* Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FT...Zac Medico2007-07-061-12/+12
* Remove the PKG_*ARG* color classes in order to simplify things since it's que...Zac Medico2007-07-061-8/+2
* For bug #183861, allow a color class in color.map to specify a space separate...Zac Medico2007-07-051-20/+68
* Add a 0xAAAA00 rgb color code to represent the darkyellow color that some ter...Zac Medico2007-06-291-1/+3
* For bug #142473, add 2 additional color classes for system packages and packa...Zac Medico2007-06-281-0/+4
* For bug #142473, add 4 color classes corresponding to combinations of world/m...Zac Medico2007-06-251-0/+4
* Return early from get_term_size() is stdout is not a tty. (trunk r6875)Zac Medico2007-06-191-0/+2
* For bug #182571, handle curses.error if it's thrown inside get_term_size(). (...Zac Medico2007-06-191-2/+5
* For bug #182105, fix the spelling of the fd_pipes paremeter. (trunk r6846)Zac Medico2007-06-151-1/+1
* For consistency with other xterm titles code, redirect $PROMPT_COMMAND output...Zac Medico2007-06-111-1/+10
* For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F...Zac Medico2007-06-101-0/+1
* Only execute $PROMPT_COMMAND when appropriate. (trunk r6772)Zac Medico2007-06-091-1/+2
* For bug #139383, in xtermTitleReset() use os.system() instead of commands.get...Zac Medico2007-06-081-1/+2
* For bug #164655, port quickpkg to python and use the tarfile module for prope...Zac Medico2007-06-081-11/+24
* Fix eend so that it works properly on a standard BSD console. Thanks to Uber...Zac Medico2007-05-021-0/+3
* Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber...Zac Medico2007-02-121-1/+1
* Implement --color < y | n > for bug #42115 and deprecate --nocolor. When --c...Zac Medico2006-11-011-3/+6
* For bug #152157, don't send a redundant escape sequence with ${PROMPT_COMMAND}.Zac Medico2006-10-211-4/+6
* Allow an empty PROMPT_COMMAND for bug #152157.Zac Medico2006-10-201-1/+3
* Call sys.stdout.flush() after print statements so that output has the correct...Zac Medico2006-09-291-0/+5
* Handle a potential ValueError when parsing the number of terminal columns.Zac Medico2006-07-201-5/+14
* Add an EOutput class that provides a python implementation of the familar e* ...Zac Medico2006-07-191-0/+142
* When displaying the resume merge list, don't show the skipped package when --...Zac Medico2006-07-031-0/+1
* Add a new MERGE_LIST_PROGRESS color class and remove hard coded yellow/green.Zac Medico2006-07-011-0/+1
* retain current color schema by adding a new color class for unmergingMike Frysinger2006-06-281-1/+4
* Set WARN=red to so that warnings appear red, as they always have.Zac Medico2006-06-281-1/+1
* Put bright colors before dark colors for bug #137206. Thanks to Benno Schule...Zac Medico2006-06-181-1/+1
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* use escaping code that works for mrxvt too; thanks to nelchael for the patch;...Simon Stelling2006-05-021-1/+1
* Print [ OK ] messages (like eend) when checksums are good. Thanks to fox2mik...Zac Medico2006-04-301-0/+7
* Move some color mappings to ensure that they do not override the user defined...Zac Medico2006-04-051-5/+5
* Add color code mappings for 16 colors in rgb format.Zac Medico2006-04-051-12/+32
* Add support for user configuration of colors in the output module for bug #12...Zac Medico2006-04-041-1/+44
* Create a single colorize() function in the output module and use it to genera...Zac Medico2006-03-291-44/+21
* Patch by Ed Catmur to add "gnome" to legal_terms in output.py.Zac Medico2006-02-211-1/+1
* Patch by marienz to generate default_xterm_title just in time with python ins...Zac Medico2006-02-211-3/+13
* Kill the double xterm title codes.Jason Stubbs2006-01-011-1/+1
* Use the env's PROMPT_COMMAND for resetting xterm titles when available.Jason Stubbs2005-12-251-5/+6
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+167