Re: [PATCH] save-buffer: allow to save to a "pipe"

2011-05-10 Thread Pierre Habouzit
On Tue, May 10, 2011 at 09:34:13AM -0700, Micah Cowan wrote: > On 05/10/2011 09:12 AM, Pierre Habouzit wrote: > >use-case: save-buffer "|xclip" > > tmux already does this; see the "show-buffer" command. E.g., > > tmux show-buffer | xclip Oh right, I g

[PATCH] save-buffer: allow to save to a "pipe"

2011-05-10 Thread Pierre Habouzit
use-case: save-buffer "|xclip" Signed-off-by: Pierre Habouzit --- cmd-save-buffer.c | 15 --- tmux.1|6 ++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c index d7b7738..a45fe43 100644 ---

Re: [PATCH] Link with -Wl,--as-needed.

2010-06-24 Thread Pierre Habouzit
al user or the packagers for a particular platform want to > do this, it is trivial to add to LDFLAGS. Makes sense. -- ·O· Pierre Habouzit ··Omadco...@debian.org OOO

[PATCH] Link with -Wl,--as-needed.

2010-06-24 Thread Pierre Habouzit
It prevents NEEDED entries for libcrypt and librt on linux that aren't required. Signed-off-by: Pierre Habouzit --- GNUmakefile |2 +- Makefile|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 7a8adb4..54da5a6 100644