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
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
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
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
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..
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