diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-11-17 18:56:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-11-17 18:56:36 +0000 |
commit | cb3f4ed6fe190a7e004e3f3348b35b18415e7cce (patch) | |
tree | c2e2c905b969c46130b3f7a25b8024cce23ba3a4 /tmux.h | |
parent | a55a998d93d7865c4d12dc85529e97a6478259b7 (diff) | |
download | rtmux-cb3f4ed6fe190a7e004e3f3348b35b18415e7cce.tar.gz rtmux-cb3f4ed6fe190a7e004e3f3348b35b18415e7cce.tar.bz2 rtmux-cb3f4ed6fe190a7e004e3f3348b35b18415e7cce.zip |
Bump NSETOPTION.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.197 2008-11-16 13:28:59 nicm Exp $ */ +/* $Id: tmux.h,v 1.198 2008-11-17 18:56:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -840,7 +840,7 @@ struct set_option_entry { const char **choices; }; extern const struct set_option_entry set_option_table[]; -#define NSETOPTION 15 +#define NSETOPTION 16 /* Edit keys. */ enum mode_key { |