I always use int for flags.

On Sun, Feb 22, 2015 at 11:34:25AM -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..1ba0e83 100644
> --- a/tmux.h
> +++ b/tmux.h
> @@ -1093,7 +1093,7 @@ struct tty_term {
>  
>  #define TERM_256COLOURS 0x1
>  #define TERM_EARLYWRAP 0x2
> -     int              flags;
> +     unsigned int     flags;
>  
>       LIST_ENTRY(tty_term) entry;
>  };
> -- 
> 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

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

Reply via email to