On Mon, Jan 06, 2014 at 03:46:50PM +, Nicholas Marriott wrote:
> Try this please, which will let you do for example:
>
> set -g status-left '#{?session_many_attached,yes,no}'
>
> To show if a session is attached to multiple clients.
Hi,
First - sorry for laggin in test. Got busy.
So, tested
This should fix the make install thing:
diff --git a/configure.ac b/configure.ac
index 644b283..f646a0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,7 @@ AC_CANONICAL_HOST
# Set up the compiler in two different ways and say yes we may want to install.
AC_PROG_CC
AM_PROG_CC_C_O
+AC_
Could you resend your entire patch please? I haven't had time to look at
it yet and when I do it'd be easier if I have the whole thing in one
email.
Thanks
On Tue, Dec 31, 2013 at 08:31:44AM -0800, Suraj Kurapati wrote:
> Hello,
>
> Hello,
>
> There was a bug in my original patch where `tmux s
Applied this and the attach-session diff it was based on, thanks!
On Tue, Dec 10, 2013 at 08:51:42PM +0100, Johannes Jakobsson wrote:
> Made a change (more like copy-paste) to conform with attach and it seems to
> work fine.
> Also attached as a file.
>
> From 0b2298d447d5409952d705eed5a7253947
On Thu, Jan 09, 2014 at 02:09:58PM +, Nicholas Marriott wrote:
> This should fix the make install thing:
OK. What about changing the multi-user patch so that it would also show
when there are multiple sessions with the same set of windows cloned
(preferably taking into account active window in
> :set mouse?
mouse=a
> :set ttymouse?
ttymouse=xterm
> Also, what do you get when you run "cat -v" in the terminal, and scroll?
tmux enters copy-mode and begins to scroll.
> What version of tmux?
$ tmux -V
tmux 1.8
> What is $TERM inside and outside of tmux?
$ echo $TERM
xterm
$ tmux
$ echo $T