Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3302 - Add emerge flag to suppress ansi screen formatting characters
Summary: Add emerge flag to suppress ansi screen formatting characters
Status: VERIFIED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-01 11:43 UTC by kde123
Modified: 2011-10-30 22:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kde123 2002-06-01 11:43:37 UTC
Please provide a flag setting to allow emerge to suppress ansi screen formatting
characters.  When you pipe emerge output to less or to a file, the output is
really ugly.  Example, emerge -n .... or emerge --noansi.
Comment 1 SpanKY gentoo-dev 2002-08-05 17:35:43 UTC
support for this exists by the following 2 methods:
(1) export NOCOLOR=true
(2) color is only enabled if sys.stdout isnt a tty
see Bug 5714

if those requirements satisfy your needs, then please close the bug :)