From 62457bce0b6d23c1b6a8206582ac3dd206d4225d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 26 Sep 2008 06:45:28 +0000 Subject: Trim. --- tmux.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 440c3a88..fefda153 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.190 2008-09-25 23:28:15 nicm Exp $ */ +/* $Id: tmux.h,v 1.191 2008-09-26 06:45:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -433,12 +433,12 @@ struct grid_cell { u_char fg; u_char bg; } __packed; - + /* Grid data. */ struct grid_data { u_int sx; u_int sy; - + u_int hsize; u_int hlimit; @@ -824,7 +824,7 @@ struct set_option_entry { enum { SET_OPTION_STRING, SET_OPTION_NUMBER, - SET_OPTION_KEY, + SET_OPTION_KEY, SET_OPTION_COLOUR, SET_OPTION_FLAG, SET_OPTION_CHOICE @@ -832,7 +832,7 @@ struct set_option_entry { u_int minimum; u_int maximum; - + const char **choices; }; extern const struct set_option_entry set_option_table[]; -- cgit