Re: Cannot does not send multiple control sequences after upgrading 1.7 to 1.8

2014-04-13 Thread James Pickard
Ah that makes sense now. Thanks for clearing it up for me. James On 12 April 2014 10:41, Balazs Kezes wrote: > On 2014-04-09 23:24 -0400, James Pickard wrote: > > This works with tmux 1.7 but in tmux 1.8 the "split window -h" command > > is executed and then a "K" appears in the new pane. > >

Re: tmux leaking socket descriptors under certain circumstances

2014-04-13 Thread Jan Larres
On 13/04/14 08:49, Balazs Kezes wrote: > So I've skimmed the source again and now I've found an actual leak but > I'm not sure you are hitting this or not. If the fork() in job_run() > fails then tmux will definitely leak 2 fds. Is it possible that you have > low process limits or huge amounts of p

Re: Completely static build of tmux possible? (on Linux)

2014-04-13 Thread Thomas Adam
On Sun, Apr 13, 2014 at 06:33:20PM +, Oliver Schneider wrote: > Hi, > > I was wondering whether anyone knows if it's possible to build a > completely static tmux binary for Linux and if so how. ./configure --enable-static -- Thomas Adam --

DCS chunking of OSC52 for copy to clipboard

2014-04-13 Thread Suraj Kurapati
Hello, I have tmux 1.9 attached to hterm in Google Chrome 34.0.1847.118. I am trying to copy text from inside tmux to the system clipboard by issuing a DSC escape sequence containing an OSC 52 escape sequence. So far, this has been successful in copying strings up to 180 characters; anything long

Completely static build of tmux possible? (on Linux)

2014-04-13 Thread Oliver Schneider
Hi, I was wondering whether anyone knows if it's possible to build a completely static tmux binary for Linux and if so how. I have tried on my own, but have noticed that ncurses has certain external dependencies which seem to require dynamic linking. Thanks, // Oliver -

select-pane behavior changed?

2014-04-13 Thread Erik Johnson
The select-pane behavior seems to have changed in 1.9. If you have 4 panes arranged as quadrants of your terminal window, and you are in the upper-right pane, then switch to the bottom left pane by entering your prefix, followed by down and then left (equivalent to select-pane -D followed by selec

Re: tmux leaking socket descriptors under certain circumstances

2014-04-13 Thread Pavlos Parissis
On 12/04/2014 10:49 μμ, Balazs Kezes wrote: > On 2014-04-07 13:54 +0200, Pavlos Parissis wrote: >> Let me know what I else I can do in order to help troubleshooting >> this. > > So I've skimmed the source again and now I've found an actual leak but > I'm not sure you are hitting this or not. If th

Re: tmux leaking socket descriptors under certain circumstances

2014-04-13 Thread Pavlos Parissis
On 12/04/2014 10:49 μμ, Balazs Kezes wrote: > On 2014-04-07 13:54 +0200, Pavlos Parissis wrote: >> Let me know what I else I can do in order to help troubleshooting >> this. > > So I've skimmed the source again and now I've found an actual leak but > I'm not sure you are hitting this or not. If th