Hi

After some thought I decided to leave PROTOCOL_VERSION as it is. I've
applied most of your second diff (the format specifiers) except I have
left enums as %d (their type is dependent on the compiler and I think
GCC is wrong to warn as if they are unsigned).

I've applied the capture-pane part (%hho) of the last diff but I'm going
to leave the rest, I think casts for %o and %x are just clutter.

Thanks


On Sun, Feb 22, 2015 at 04:21:01PM -0500, Ben Boeckel wrote:
> Signed-off-by: Ben Boeckel <maths...@gmail.com>
> ---
>  tmux.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tmux.h b/tmux.h
> index e296ac7..87ed093 100644
> --- a/tmux.h
> +++ b/tmux.h
> @@ -19,7 +19,7 @@
>  #ifndef TMUX_H
>  #define TMUX_H
>  
> -#define PROTOCOL_VERSION 8
> +#define PROTOCOL_VERSION 8u
>  
>  #include <sys/time.h>
>  #include <sys/uio.h>
> -- 
> 2.3.0
> 
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to