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