[PATCH 2/2] Don't wrap mouse scrolling in choice-mode lists.

2014-04-12 Thread Marcel Partap
Feels somewhat more natural. Objections? --- window-choose.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/window-choose.c b/window-choose.c index 9406b9c..8f1ab5c 100644 --- a/window-choose.c +++ b/window-choose.c @@ -726,10 +726,13 @@ window_choose_mouse( i

[PATCH 1/2] Re: m->scroll in choose-*: set to 1 by default?

2014-04-12 Thread Marcel Partap
--- window-choose.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/window-choose.c b/window-choose.c index e75858e..9406b9c 100644 --- a/window-choose.c +++ b/window-choose.c @@ -724,7 +724,8 @@ window_choose_mouse( u_inti, idx;

Re: tmux leaking socket descriptors under certain circumstances

2014-04-12 Thread Balazs Kezes
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 the fork() in job_run() fails then tmux will definitely

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

2014-04-12 Thread Balazs Kezes
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. tmux 1.8 got a new option called assumed-paste-time: If keys are entered faster than one in milliseconds, they are

Re: Make tmux honor XDG_CONFIG_HOME if it is set.

2014-04-12 Thread Stroller
On Sat, 12 April 2014, at 1:00 pm, Thomas Adam wrote: > On Sat, Apr 12, 2014 at 01:48:13PM +0200, Thomas Koch wrote: >> >> >> I'm reading the tmux book[1] and wanted to start my .tmux.conf. But it's >> highly annoying to have just another dotfile in $HOME. I manage my dotfiles >> with >> git

Re: Make tmux honor XDG_CONFIG_HOME if it is set.

2014-04-12 Thread Thomas Adam
On Sat, Apr 12, 2014 at 01:48:13PM +0200, Thomas Koch wrote: > Hi, > > I'm reading the tmux book[1] and wanted to start my .tmux.conf. But it's > highly annoying to have just another dotfile in $HOME. I manage my dotfiles > with > git[2] and keep an eye on what accumulates in my $HOME. It's a l

Re: Make tmux honor XDG_CONFIG_HOME if it is set.

2014-04-12 Thread Thomas Koch
Hi, I'm reading the tmux book[1] and wanted to start my .tmux.conf. But it's highly annoying to have just another dotfile in $HOME. I manage my dotfiles with git[2] and keep an eye on what accumulates in my $HOME. It's a lot nicer to have configuration in ~/.config instead of ~. Please consid