Re: Accessing the $TMUX environment variable from a locking script

2014-06-19 Thread Jesse Hathaway
Nicholas Marriott gmail.com> writes: > > The lock-command doesn't have $TMUX set, and unfortunately it isn't > trivial to implement because the lock command happens in the client > rather than the server. > > However, run-shell has $TMUX set, so you should be able to use it to set > lock-comman

Re: [tmux:tickets] #134 slow when cat'ing large files

2014-06-19 Thread Thomas Adam
On 17 June 2014 22:45, Egmont Koblinger wrote: > > > [tickets:#134] slow when cat'ing large files > > Status: open > Created: Tue Jun 17, 2014 09:45 PM UTC by Egmont Koblinger > Last Updated: Tue Jun 17, 2014 09:45 PM UTC > Owner: nobody > > I have a file called "l

Re: Why tmux doesn't have command line help, --help or --version?

2014-06-19 Thread Frank Terbeck
anatoly techtonik wrote: > Tmux is awesome, but I can not use it without Google. For example, I tried > to get some version to see if some changes in last releases can be the > source of weirdness that I am experiencing running irssi under it. Why google, when there's a perfectly fine manual? % m

[tmux:tickets] #135 Allow send-keys to send input to invisible window panes

2014-06-19 Thread sagara
--- ** [tickets:#135] Allow send-keys to send input to invisible window panes** **Status:** open **Created:** Wed Jun 18, 2014 07:49 PM UTC by sagara **Last Updated:** Wed Jun 18, 2014 07:49 PM UTC **Owner:** nobody Simple patch to remove constraint on window_pane_key for windows to be visibl

Re: Why tmux doesn't have command line help, --help or --version?

2014-06-19 Thread Thomas Adam
On Mon, Jun 16, 2014 at 02:13:47PM +0300, anatoly techtonik wrote: > Subj. > > Tmux is awesome, but I can not use it without Google. For example, I tried > to get some version to see if some changes in last releases can be the > source of weirdness that I am experiencing running irssi under it. >

C-[aeuk] not working after building from source

2014-06-19 Thread Kartik Agaram
I'm on a pretty uncustomized ubuntu 12.04.1 (precise pangolin) laptop which installs tmux 1.6 by default. The stock binary works fine. I tried to build and install tmux 1.10 from source, and got no errors. However, the new version no longer seems to recognize ctrl-a, ctrl-e, ctrl-u and ctrl-k. This

[tmux:tickets] #134 slow when cat'ing large files

2014-06-19 Thread Egmont Koblinger
--- ** [tickets:#134] slow when cat'ing large files** **Status:** open **Created:** Tue Jun 17, 2014 09:45 PM UTC by Egmont Koblinger **Last Updated:** Tue Jun 17, 2014 09:45 PM UTC **Owner:** nobody I have a file called "ls-lR" containing the output of an "ls -lR --color=always /". It's ~4

Why tmux doesn't have command line help, --help or --version?

2014-06-19 Thread anatoly techtonik
Subj. Tmux is awesome, but I can not use it without Google. For example, I tried to get some version to see if some changes in last releases can be the source of weirdness that I am experiencing running irssi under it. ps26398:~# tmix --version -bash: tmix: command not found ps26398:~# tmux --ver

[tmux:tickets] #133 Line drawing characters become ascii letters on mouse highlight

2014-06-19 Thread Egmont Koblinger
--- ** [tickets:#133] Line drawing characters become ascii letters on mouse highlight** **Status:** open **Created:** Tue Jun 17, 2014 09:00 PM UTC by Egmont Koblinger **Last Updated:** Tue Jun 17, 2014 09:00 PM UTC **Owner:** nobody Inside tmux (current git) execute echo -e '\e(0lqqqk' Lin

Re: Select pane of inactive window

2014-06-19 Thread George Brown
Hi, I hadn't looked at it from a session basis. My train of thought was this patch provides more consistent behaviour of select-pane in that it always switches to the pane you select. I'm not sure of the use case of being able to select a different pane outside the current window but not switch to

Re: Select pane of inactive window

2014-06-19 Thread Nicholas Marriott
I'm not sure it does make more sense. select-window doesn't change the session, so why should select-pane change the window? On Thu, Jun 19, 2014 at 08:42:33AM +0100, George Brown wrote: >Dear all, >Thanks for this patch Thomas it works for me, I applied against what was >currently in

Re: Select pane of inactive window

2014-06-19 Thread George Brown
Dear all, Thanks for this patch Thomas it works for me, I applied against what was currently in git to build and it behaves exactly as I would expect. I'd love to see this mainlined and think this behaviour makes far more sense than the current release. Many thanks, George George Brown On 18

Re: [PATCH] Fix off by one error

2014-06-19 Thread Nicholas Marriott
Applied, thanks. On Sat, Jun 14, 2014 at 01:54:07PM +0100, Balazs Kezes wrote: > And now I attach another followup patch for the vi mode. Can you > consider/test this one as well? Thanks! > > -- > Balazs > From fb35bdaf02c7991510569abcfd690903558c9532 Mon Sep 17 00:00:00 2001 > From: Balazs Ke

Re: [PATCH] Mouse wheel support v6

2014-06-19 Thread Nicholas Marriott
Ok, I went with your other diff to set it to 3 in the wheel case. Thanks. On Sat, May 31, 2014 at 11:41:02AM +0100, Balazs Kezes wrote: > On 2014-05-27 13:58 +0100, Nicholas Marriott wrote: > > --- tty-keys.c 8 May 2014 07:54:47 - 1.66 > > +++ tty-keys.c 27 May 2014 12:58:40 -

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-19 Thread Nicholas Marriott
Did you get a solution to this? I don't like this feature at all. On Mon, Jun 09, 2014 at 02:25:31AM -0400, Alan Paul wrote: > On 14-06-06 05:26 PM, Balazs Kezes wrote: > > On 2014-06-04 11:03 -0400, Alan Paul wrote: > >> This patch (commit 353d182) broke my vim mousing. I have it turned off > >

Re: Accessing the $TMUX environment variable from a locking script

2014-06-19 Thread Nicholas Marriott
The lock-command doesn't have $TMUX set, and unfortunately it isn't trivial to implement because the lock command happens in the client rather than the server. However, run-shell has $TMUX set, so you should be able to use it to set lock-command to pass $TMUX to your script, for example: run 'tmu