Re: how to detach others attached to same session only (to remove resizing artifacts)

2014-08-08 Thread Anish Athalye
You can run the following in a running session to achieve what you want: :attach -d -Anish > On Aug 7, 2014, at 10:00 AM, Timothee Cour > wrote: > > ^B :detach -a detaches all others sessions except self. I'd like to know how > to detach only all other instances that are attached to same

Re: [tmux:tickets] #150 Moving windows doesn't honour renumber-windows setting

2014-08-08 Thread Thomas Adam
Hi, On 6 August 2014 05:10, Jan Larres wrote: > > > [tickets:#150] Moving windows doesn't honour renumber-windows setting > > Status: open > Created: Wed Aug 06, 2014 04:10 AM UTC by Jan Larres > Last Updated: Wed Aug 06, 2014 04:10 AM UTC > Owner: nobody > > I ha

Re: [PATCH] Adding incremental search and search highlighting

2014-08-08 Thread Nicholas Marriott
Hi Your mailer has mangled the diffs, if you can't fix it so it works inline please send them as attachments instead. On Mon, Aug 04, 2014 at 07:47:28PM -0700, ??ukasz Pi??tkowski wrote: >I have split up my changes into 3 diffs, first is refactoring search code >in window-copy.c, second i

Re: [PATCH] Add wait-for signaling to commands that create new panes

2014-08-08 Thread Nathaniel W Filardo
On Mon, Aug 04, 2014 at 10:59:21PM +0100, Thomas Adam wrote: >[useful feedback] Here's take 2; it should (unless I goofed) incorporate all your feedback. Thanks! --nwf; diff --git a/cmd-new-session.c b/cmd-new-session.c index b36de70..d23fea1 100644 --- a/cmd-new-session.c +++ b/cmd-new-session.c

[tmux:tickets] #151 Add pane logging facility similar to screen's "log" command

2014-08-08 Thread Scott Rochford
--- ** [tickets:#151] Add pane logging facility similar to screen's "log" command** **Status:** open **Created:** Fri Aug 08, 2014 04:18 AM UTC by Scott Rochford **Last Updated:** Fri Aug 08, 2014 04:18 AM UTC **Owner:** nobody Please add a feature similar to screen's 'log' command which allo

[tmux:tickets] #149 copy-pipe and copy-selection: last character trimmed in emacs copy-mode

2014-08-08 Thread Bruno Sutic
--- ** [tickets:#149] copy-pipe and copy-selection: last character trimmed in emacs copy-mode** **Status:** open **Created:** Mon Aug 04, 2014 10:47 PM UTC by Bruno Sutic **Last Updated:** Mon Aug 04, 2014 10:47 PM UTC **Owner:** nobody I've noticed copying in emacs copy-mode consistently mi

Re: [PATCH] Add wait-for signaling to commands that create new panes

2014-08-08 Thread Nathaniel W Filardo
On Thu, Aug 07, 2014 at 09:05:01PM +0100, Nicholas Marriott wrote: > Hi > > What is this useful for? My use case is that I want to run half a dozen or so jobs via runit and I wanted them to share a tmux session for easy administrative access rather than each spawning their own. But I need some w

[tmux:tickets] #150 Moving windows doesn't honour renumber-windows setting

2014-08-08 Thread Jan Larres
--- ** [tickets:#150] Moving windows doesn't honour renumber-windows setting** **Status:** open **Created:** Wed Aug 06, 2014 04:10 AM UTC by Jan Larres **Last Updated:** Wed Aug 06, 2014 04:10 AM UTC **Owner:** nobody I have the renumber-windows option set, which works fine if I close a wind

[PATCH] Adding incremental search and search highlighting

2014-08-08 Thread Łukasz Piątkowski
I have split up my changes into 3 diffs, first is refactoring search code in window-copy.c, second is adding incremental search and the last one is adding search highlighting. Cheers Lukas -- I am providing code in this repository to you under an open source license. Because this is my personal r

how to detach others attached to same session only (to remove resizing artifacts)

2014-08-08 Thread Timothee Cour
^B :detach -a detaches all others sessions except self. I'd like to know how to detach only all other instances that are attached to same session. Current workaround: ^B+D and manually select the ones attached to same session -

[PATCH] Fix segmentation fault in server when a suspended client is killed

2014-08-08 Thread Patrick Palka
Steps to reproduce the segmentation fault: $ tmux -L bug new-session -d $ tmux -L bug attach-session (we are now inside the client) $ tmux suspend-client (we are now outside the client) $ kill -HUP % [lost server] $ tmux -L bug attach-session no sessions By sending SIGHUP to the suspended client

Re: [tmux:tickets] #148 mouse-select-window ignores window-status-separator length

2014-08-08 Thread Balazs Kezes
On 2014-08-08 13:23 +0100, Thomas Adam wrote: > Use size_t rather than int for the strlen() call, please. Ah, of course. Fixed. -- Balazs >From c25af71569e4e14f84c498b5980559e4ae9c801a Mon Sep 17 00:00:00 2001 From: Balazs Kezes Date: Fri, 8 Aug 2014 05:06:35 -0700 Subject: [PATCH] Fix mouse wi

Re: [tmux:tickets] #148 mouse-select-window ignores window-status-separator length

2014-08-08 Thread Thomas Adam
On 8 August 2014 13:19, Balazs Kezes wrote: > [-ticket] > > On 2014-08-08 13:13 +0100, Balazs Kezes wrote: >> It seems this is a small omission in the code. I've attached a patch >> fixing it. Please test. > > Now attached for real. Use size_t rather than int for the strlen() call, please. -- Th

Re: [tmux:tickets] #148 mouse-select-window ignores window-status-separator length

2014-08-08 Thread Balazs Kezes
[-ticket] On 2014-08-08 13:13 +0100, Balazs Kezes wrote: > It seems this is a small omission in the code. I've attached a patch > fixing it. Please test. Now attached for real. -- Balazs >From c25af71569e4e14f84c498b5980559e4ae9c801a Mon Sep 17 00:00:00 2001 From: Balazs Kezes Date: Fri, 8 Aug

Re: [tmux:tickets] #148 mouse-select-window ignores window-status-separator length

2014-08-08 Thread Balazs Kezes
On 2014-08-04 13:44 +, Sebastian wrote: > set-window-option -g window-status-separator ' | ' > > and many windows open, I have problems selecting windows. At least > when trying to click at the end of the window name, the next and not > the clicked window is selected. When I set window-status-s

Re: [tmux:tickets] #144 [REGRESSION] Shift-F1 through Shift-F8 no longer handled correctly by tmux 1.9

2014-08-08 Thread Balazs Kezes
> Commit 193b6bcf36dda3754c99beb0dcc3dfdfceebdb09 looks suspect. I don't think that commit affects this as it was committed after 1.9a was released. > Shift-F1 - Shift-F8 are no longer being handled properly by Tmux. A > tilda, ~, is simply printed to the terminal, rather than the keypress > bei