Re: [PATCH] Add pane_synchronized window format

2013-06-02 Thread Enzay Teezay
Yes! This is exactly what I was asking for in my last (and only) email to the list :D On Mon, Jun 3, 2013 at 3:34 AM, Romain Francoise wrote: > I would find it useful to have a visual reminder that panes are > synchronized in my status line, so add a 'pane_synchronized' > format that can be used

Re: patch for tmux on cygwin

2013-06-02 Thread J Raynor
I've attached a new patch that puts the msg_identify_data change in an ifdef. Also, in compat.h, I moved the "undef b64_ntop" for cygwin into the "ifndef HAVE_B64_NTOP" check so that if cygwin ever gets a working b64_ntop tmux will continue to compile. If I do "tmux new tmux-cygwin.patch Descri

[PATCH] Add pane_synchronized window format

2013-06-02 Thread Romain Francoise
I would find it useful to have a visual reminder that panes are synchronized in my status line, so add a 'pane_synchronized' format that can be used as a conditional. Thanks, diff --git a/format.c b/format.c index 811068a..238aa4a 100644 --- a/format.c +++ b/format.c @@ -460,6 +460,8 @@ format_wi

Re: Cursor Color/Style not resetting when switching panes/windows

2013-06-02 Thread Nicholas Marriott
tmux should only crash when you set a terminal-overrides that doesn't include Cs. If it still does, give me another example. On Sun, Jun 02, 2013 at 01:23:50AM -0700, simfox3 wrote: >Nicholas, thank you. > >I won't get a chance to patch and rebuild till tomorrow morning but just >out

Re: Cursor Color/Style not resetting when switching panes/windows

2013-06-02 Thread simfox3
Nicholas, thank you. I won't get a chance to patch and rebuild till tomorrow morning but just out curiosity, without patching, how do I change the default terminal-overrides? If it's through .tmux.conf, tmux crashes no matter what I add/set set-option -g terminal-overrides. I'm assuming this patc

Re: Cursor Color/Style not resetting when switching panes/windows

2013-06-02 Thread Nicholas Marriott
I'm away for the next couple of weeks and I think this is right so I am applying this now. If you don't want to bother rebuilding to use this, it should be enough to set Cs and Csr to the values in the default terminal-overrides. However if you do this you'll need to change them to Ss and Se. O

Re: Cursor Color/Style not resetting when switching panes/windows

2013-06-02 Thread Nicholas Marriott
Oops looks like somewhere along the line the xterm ones got changed to Ss and Se and Cs and Cr used for the cursor colour. Try this please. Index: options-table.c === RCS file: /cvs/src/usr.bin/tmux/options-table.c,v retrieving revis