On Thu, 11 Jul 2013 00:14:04 +0100
Thomas Adam wrote:
> On 10 July 2013 23:39, Sharon Kimble wrote:
> > I'm trying to compile the latest tmux from the git repo and its
> > failing on ./configure && make with 'curses not found'. What
> > programme is it looking for please as i cant find a program
On Thu, Jul 11, 2013 at 1:38 PM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> Xclip doesn't close stdout when it is done so tmux can't tell it has all
> the output. Use run-shell -b, redirect stdout to /dev/null, or use xsel
> instead.
>
Nicholas,
It's working. Thanks!
-
Xclip doesn't close stdout when it is done so tmux can't tell it has all the
output. Use run-shell -b, redirect stdout to /dev/null, or use xsel instead.
Original message
From: Cyril Bouthors
Date: 11/07/2013 11:15 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject:
Hi,
I'd like to send the tmux 'save-buffer' to the X clipboard.
This command is working fine if executed from a shell:
tmux save-buffer - | xclip -i -selection clipboard
I can then correctly paste the 'save-buffer' to Chromium, LibreOffice, etc
but
if the same command is executed from tmux with