Re: [PATCH] configure: Use silent rules (reduced CC output)

2015-05-16 Thread Suraj N. Kurapati
On Sun, 17 May 2015 04:12:59 +0100, Thomas Adam wrote: > +AM_SILENT_RULES([yes]) This works beautifully! gcc 4.9.2 warnings are plain to see now: client.c: In function ‘client_dispatch_attached’: client.c:712:4: warning: ignoring return value of ‘system’, declared with attribute warn_unused_resu

Re: Is it possible to have a binding that "brings back" mouse behavior?

2015-05-16 Thread Thomas Adam
On Fri, May 15, 2015 at 08:23:02PM -0400, Steven Lu wrote: > But it's turning out to be super challenging to work with, without certain > knowledge... for example, it seems like the bind is saying that when > dragging Mouse1 inside a pane, while targeting the pane in question (-t =), > if mouse fla

[PATCH] configure: Use silent rules (reduced CC output)

2015-05-16 Thread Thomas Adam
As of automake-1.11, it's now possible to tell automake that the compiler output is "hidden", producing output almost identical to compiling on OpenBSD. The effects of this are such that this can be disabled with '--disable-silent-rules', or 'make V=1' to enable "verbose" output. Even with silent

Re: Regression with set-titles-string in 2.0?

2015-05-16 Thread Thomas Adam
On Fri, May 15, 2015 at 09:52:06PM -0700, Lander Brandt wrote: > When upgrading from tmux 1.9a to 2.0, shell commands are no longer > executed in title strings. For example I have in my .tmux.conf: Yes, it will be replaced eventually. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But

Regression with set-titles-string in 2.0?

2015-05-16 Thread Lander Brandt
When upgrading from tmux 1.9a to 2.0, shell commands are no longer executed in title strings. For example I have in my .tmux.conf: set-option -g set-titles-string "#(whoami)@#H: $PWD \"#S\" (#W)#F [#I:#P]” My title string ends up looking like: #(whoami)@myhostname.local: /Users/lander [..rest..

Is it possible to have a binding that "brings back" mouse behavior?

2015-05-16 Thread Steven Lu
Basically the default binds I am seeing so far are missing the mouse wheel functionality. I deduced that these default binds bind-key-T root MouseDown1Pane select-pane -t = ; send-keys -M bind-key-T root MouseDown1Status select-window -t = bind-key-T root MouseDrag1Pane if-s