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
---
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;
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
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
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
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
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