Re: [gentoo-user] How do I get rid of colors (console and xterm)?

2019-07-05 Thread wiicontroller
XTerm also includes a -cm option (colorMode resource) for ignoring control sequences that affect color.

Re: [gentoo-user] How do I get rid of colors (console and xterm)?

2019-07-04 Thread Grant Taylor
On 7/4/19 1:10 PM, Christian Groessler wrote: Hi, Hi, I'm new here. My question is how do I get rid of colors in "emerge", "man" and other command line programs. I managed to do in the shell (bash), but I'm somehow lost how to change it elsewhere. In "vi" I know of "syn off". Try

Re: [gentoo-user] How do I get rid of colors (console and xterm)?

2019-07-04 Thread David Haller
Hello, On Thu, 04 Jul 2019, Christian Groessler wrote: >On 7/4/19 9:19 PM, Ralph Seichter wrote: >> * Christian Groessler: >> > My question is how do I get rid of colors in "emerge", "man" and other >> > command line programs. >> The methods vary between command line tools. You can for example

Re: [gentoo-user] How do I get rid of colors (console and xterm)?

2019-07-04 Thread Christian Groessler
Thanks Ralph. In the meanwhile I had found out the "NOCOLORS" setting in make.conf which works for "emerge". man pages in color are the other most important problem right now. I will check out your suggestion. regards, chris On 7/4/19 9:19 PM, Ralph Seichter wrote: * Christian Groessler:

Re: [gentoo-user] How do I get rid of colors (console and xterm)?

2019-07-04 Thread Ralph Seichter
* Christian Groessler: > My question is how do I get rid of colors in "emerge", "man" and other > command line programs. The methods vary between command line tools. You can for example disable the 'manpager' USE flag for sys-apps/man-db. The manual page for emerge mentions different methods