Re: [PATCH] perf/tui: Change default selection background color to yellow

2015-12-09 Thread Arnaldo Carvalho de Melo
Em Wed, Dec 09, 2015 at 10:55:16AM +0100, Borislav Petkov escreveu: > Hey acme, > > it seems you've forgotten this one. > > I still need it please :-) Applying it now, thanks for the reminder. - Arnaldo > On Thu, Mar 05, 2015 at 11:32:13AM +0100, Ingo Molnar wrote: > > > > Boris reported tha

Re: [PATCH] perf/tui: Change default selection background color to yellow

2015-12-09 Thread Borislav Petkov
Hey acme, it seems you've forgotten this one. I still need it please :-) On Thu, Mar 05, 2015 at 11:32:13AM +0100, Ingo Molnar wrote: > > Boris reported that 'perf top' is unusable on his default 'black on > white' terminal, which uses (eye friendly) light-grey as a background > color. > > T

Re: [PATCH] perf/tui: Change default selection background color to yellow

2015-03-05 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Em Thu, Mar 05, 2015 at 11:32:13AM +0100, Ingo Molnar escreveu: > > Boris reported that 'perf top' is unusable on his default 'black on > > white' terminal, which uses (eye friendly) light-grey as a background > > color. > > > > The reason is that the TUI c

Re: [PATCH] perf/tui: Change default selection background color to yellow

2015-03-05 Thread Arnaldo Carvalho de Melo
Em Thu, Mar 05, 2015 at 11:32:13AM +0100, Ingo Molnar escreveu: > Boris reported that 'perf top' is unusable on his default 'black on > white' terminal, which uses (eye friendly) light-grey as a background > color. > > The reason is that the TUI cursor for the current selection line uses > HE_C

Re: [PATCH] perf/tui: Change default selection background color to yellow

2015-03-05 Thread Borislav Petkov
On Thu, Mar 05, 2015 at 11:32:13AM +0100, Ingo Molnar wrote: > > Boris reported that 'perf top' is unusable on his default 'black on > white' terminal, which uses (eye friendly) light-grey as a background > color. > > The reason is that the TUI cursor for the current selection line uses > HE_C

[PATCH] perf/tui: Change default selection background color to yellow

2015-03-05 Thread Ingo Molnar
Boris reported that 'perf top' is unusable on his default 'black on white' terminal, which uses (eye friendly) light-grey as a background color. The reason is that the TUI cursor for the current selection line uses HE_COLORSET_SELECTED, and that has a default background color of 'lightgrey' -