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
Hi So the comment in my last mail applies, I think probably we should just change cmd_find_session to return a struct window ** and if the arg matches a windowid it returns that window as well as doing a choose as normal on the sessions it is a member of. So it does something like: /* Loo

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
The following patch includes these changes: - Define a window ID and a session ID that is unique for the lifetime 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 windo