On Sat, May 5, 2012 at 12:02 PM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:

> Hi
>
> - I think you don't need s->id and next_session_id because s->idx is
>  unique and ever-increasing (it is impossible to renumber sessions).
>
>
This makes it more difficult to add the ability to renumber sessions later
(would need to change protocol version number). Assuming that's OK, so I'll
remove s->id from my code.


> - join_pane declaration in tmux.h is not needed anymore.
>
>
Done


> I think I'm going to apply some of the other bits outside *control*.c
> today, eg the -C flags and control_init.
>
> Have you got a later diff? If you are updating it as you go along, feel
> free to fire it out to me when you do :-).
>
>
No, I haven't made any changes since 4/25.


> Did you try the pause/unpause stuff with non-control clients?
>
>
I kept a regular client attached while testing and it looked OK. Would be
annoying if there were a control client on a really slow link, but it seems
to work correctly, at least.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to