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