Re: [tmux:tickets] #159 tmux list-windows looses layout information if pane is maximized

2014-10-18 Thread Balazs Kezes
On 2014-09-30 09:25 +, Azrael3000 wrote: > Tmux-resurrect apparently has a problem with restoring the layout if a > pane was maximized. I'm not familiar with tmux-resurrect but how about it unzooms before saving the layout and then rezooms if the layout was zoomed? At least until this is not f

[tmux:tickets] #159 tmux list-windows looses layout information if pane is maximized

2014-10-03 Thread Azrael3000
--- ** [tickets:#159] tmux list-windows looses layout information if pane is maximized** **Status:** open **Created:** Tue Sep 30, 2014 09:25 AM UTC by Azrael3000 **Last Updated:** Tue Sep 30, 2014 09:25 AM UTC **Owner:** nobody Tmux-resurrect apparently has a problem with restoring the

Re: [tmux:tickets] #125 List windows output truncated

2014-05-03 Thread Balazs Kezes
tended or is a bug. Maybe the maintainers can comment on that? Just to give more context: the problem is that the output generated from list-windows or things like run-shell "seq -sx 1000" isn't wrapped nor is correctly reflowed when resized. In any case, I've appended a short patc

Re: [tmux:tickets] #125 List windows output truncated

2014-04-29 Thread Balazs Kezes
On 2014-04-20 15:16 +, mMontu wrote: > The output of the third line is still truncated. I've read the man > page but couldn't figure out how to read the full contents of that > line. Just to clarify: you are running list-panes from the tmux command line? Furthermore, with 'tmux run-shell "seq

[tmux:tickets] #125 List windows output truncated

2014-04-23 Thread mMontu
--- ** [tickets:#125] List windows output truncated** **Status:** open **Created:** Sun Apr 20, 2014 03:16 PM UTC by mMontu **Last Updated:** Sun Apr 20, 2014 03:16 PM UTC **Owner:** nobody Issuing the command on a windows with a vertical split (two panes) leads to the following result

[tmux:tickets] #82 run-shell with list-windows and format flag getting odd results

2013-11-28 Thread Robert Saenz
--- ** [tickets:#82] run-shell with list-windows and format flag getting odd results** **Status:** open **Labels:** run-shell list-windows **Created:** Fri Nov 22, 2013 08:24 PM UTC by Robert Saenz **Last Updated:** Fri Nov 22, 2013 08:24 PM UTC **Owner:** nobody Hi, If I do > run-sh

Re: [PATCH 1/1] Add ability to show title of active pane in list-windows

2012-10-25 Thread Nicholas Marriott
Applied thanks, and also to find-window. On Wed, Oct 10, 2012 at 06:31:23PM +0200, Carl Henrik Lunde wrote: > This is useful for finding the right window, and can be used > by other programs such as lash > --- > cmd-list-windows.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/cmd-l

[PATCH 1/1] Add ability to show title of active pane in list-windows

2012-10-10 Thread Carl Henrik Lunde
This is useful for finding the right window, and can be used by other programs such as lash --- cmd-list-windows.c |1 + 1 file changed, 1 insertion(+) diff --git a/cmd-list-windows.c b/cmd-list-windows.c index 3be8ade..b36b5ee 100644 --- a/cmd-list-windows.c +++ b/cmd-list-windows.c @@ -99,6

Re: list-windows

2012-05-01 Thread Nicholas Marriott
list-windows only lists, you want choose-window which is C-b w and works exactly as you describe. On Tue, May 01, 2012 at 12:37:55PM -0700, Alex Yelluas wrote: >Thanks for the quick reply, C-b w does not work. Let me explain >more*precisely*what I'm trying to*achieve*-* >

Re: list-windows

2012-05-01 Thread Alex Yelluas
et's say you have a tmux session with 20 windows. It's difficult to > > remember which window holds what. So you hit C-b:, enter list-windows > > command, and you get a window with a list of all of your windows with > > names. You can then navigate through this list using

Re: list-windows

2012-05-01 Thread Cyprien Debu
On 12-05-01 12:37, Alex Yelluas wrote: > Thanks for the quick reply, C-b w does not work. Let me explain > more precisely what I'm trying to achieve - > > Let's say you have a tmux session with 20 windows. It's difficult to > remember which window holds what. So yo

Re: list-windows

2012-05-01 Thread Alex Yelluas
Thanks for the quick reply, C-b w does not work. Let me explain more precisely what I'm trying to achieve - Let's say you have a tmux session with 20 windows. It's difficult to remember which window holds what. So you hit C-b:, enter list-windows command, and you get a window wit

Re: list-windows

2012-05-01 Thread Nicholas Marriott
Try C-b w On Tue, May 01, 2012 at 12:15:55PM -0700, Alex Yelluas wrote: >Hi tmux-users, >I'm having some difficulties with list-windows command - it lists all >windows, but it does not allow me to jump to the one I select. >screen has a similar feature (Ctrl-

list-windows

2012-05-01 Thread Alex Yelluas
Hi tmux-users, I'm having some difficulties with list-windows command - it lists all windows, but it does not allow me to jump to the one I select. screen has a similar feature (Ctrl-A+') which allows jumping, which led me to believe tmux would have one as well. Tha

Re: Patch: add window ID and session ID. Make window pane ID and window ID referencable in targets. Improve list-windows.

2012-01-30 Thread Ben Boeckel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sun, Jan 29, 2012 at 22:35:57 GMT, Nicholas Marriott wrote: > I'm not sure if you told me, but what are you using the session id for? > Session names are unique, so why is another id desirable? Names can change; the ID would not. Controlling tmux

Re: Patch: add window ID and session ID. Make window pane ID and window ID referencable in targets. Improve list-windows.

2012-01-29 Thread Nicholas Marriott
Here's what I'd do for just the window id bits. I'm not quite sure about how to do the list-windows target yet, I need to fiddle with it more. Adding pane id to layout can be separate too. I'm not sure if you told me, but what are you using the session id for? Session names a

Re: Patch: add window ID and session ID. Make window pane ID and window ID referencable in targets. Improve list-windows.

2012-01-29 Thread Nicholas Marriott
ure patch) > > - Change layout_dump to include window pane IDs in its output > > - Define a window_id format > > - Change list-windows to accept either a window or session as its target > > - Cha

Re: Patch: add window ID and session ID. Make window pane ID and window ID referencable in targets. Improve list-windows.

2012-01-28 Thread Nicholas Marriott
of a tmux server. (session ID isn't yet exposed, but will be visible > to control clients in a future patch) > - Change layout_dump to include window pane IDs in its output > - Define a window_id format > - Change list-windows to accept either a window or session as its target >

Patch: add window ID and session ID. Make window pane ID and window ID referencable in targets. Improve list-windows.

2012-01-28 Thread George Nachman
ine a window_id format - Change list-windows to accept either a window or session as its target - Change cmd_lookup_window to accept @number as a window ID. - Updates the man page to describe these changes. Index: tmux.h === --- t