Re: [PATCH] Make choose-* use reverse video for WINLINK_ALERTS

2012-09-05 Thread Nicholas Marriott
Hi I don't like reverse because it is easy to confuse with the selected line on a quick look. If people have turned off bold isn't that their own fault? :-) On Fri, Aug 31, 2012 at 09:48:29PM +0100, Thomas Adam wrote: > Some fonts and terminals can be configured to not show bold fonts (XTerm,

[PATCH] Make choose-* use reverse video for WINLINK_ALERTS

2012-09-01 Thread Thomas Adam
Some fonts and terminals can be configured to not show bold fonts (XTerm, say), as well as provide bold-font equivalents. Therefore, when rendering WINLINK_ALERT entries in choose-mode, use ATTR_REVERSE to depict them. --- trunk/window-choose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[PATCH] Make choose-* use reverse video for WINLINK_ALERTS

2012-08-31 Thread Thomas Adam
Some fonts and terminals can be configured to not show bold fonts (XTerm, say), as well as provide bold-font equivalents. Therefore, when rendering WINLINK_ALERT entries in choose-mode, use ATTR_REVERSE to depict them. --- trunk/window-choose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

Re: Re: Reverse video

2011-12-27 Thread Raghavendra D Prabhu
* On Tue, Dec 27, 2011 at 06:38:04PM -0200, Tiago Resende wrote: On Wednesday, 2011-12-28, at 00:21:55 +0530, Raghavendra D Prabhu wrote: The reverse-video seems to be broken with tmux. I tried with rxvt-unicode, tmux and TERM=screen-256color that reverse-video as seen in search highlighting

Re: Reverse video

2011-12-27 Thread Tiago Resende
On Wednesday, 2011-12-28, at 00:21:55 +0530, Raghavendra D Prabhu wrote: > The reverse-video seems to be broken with tmux. I tried with > rxvt-unicode, tmux and TERM=screen-256color that reverse-video as > seen in search highlighting in less,man etc is not working. > I updated m

Reverse video

2011-12-27 Thread Raghavendra D Prabhu
Hi, The reverse-video seems to be broken with tmux. I tried with rxvt-unicode, tmux and TERM=screen-256color that reverse-video as seen in search highlighting in less,man etc is not working. I updated my tmux after sometime so I may be noticing this late. Is this a bug or is there a