Re: [PATCH 2/6] Render winlink alerts in choose-mode

2012-08-11 Thread Thomas Adam
On Sat, Aug 11, 2012 at 07:12:40AM +0100, Nicholas Marriott wrote: > Hi > > This is a nice idea but by default the alert colour is inverted and it > looks very odd and confusing in the menu. > > Perhaps we should just make entries with an alert bold and not use the > config options for the menu?

Re: [PATCH 2/6] Render winlink alerts in choose-mode

2012-08-10 Thread Nicholas Marriott
Hi This is a nice idea but by default the alert colour is inverted and it looks very odd and confusing in the menu. Perhaps we should just make entries with an alert bold and not use the config options for the menu? Like this: Index: tmux.h ===

[PATCH 2/6] Render winlink alerts in choose-mode

2012-07-15 Thread Thomas Adam
When rendering windows in choose-mode (via choose-tree and choose-window) render certain lines in their appropriate alert colour, if set. --- trunk/window-choose.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/window-choose.c b/trunk/window-choose.c index f385763..96d13f5 100644