diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-12 17:07:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-12 17:07:58 +0000 |
commit | d7b4aa0ff36f8230103f29cc233fed341f0d5fa3 (patch) | |
tree | 827ecbe7eb876376b7efa1a53a563acb9520a009 /tmux.h | |
parent | 79bc6041c96f5e1dc8b1fb7d71c91bf73a138e96 (diff) | |
download | rtmux-d7b4aa0ff36f8230103f29cc233fed341f0d5fa3.tar.gz rtmux-d7b4aa0ff36f8230103f29cc233fed341f0d5fa3.tar.bz2 rtmux-d7b4aa0ff36f8230103f29cc233fed341f0d5fa3.zip |
Add a default-terminal option to set the starting value of $TERM in new
windows.
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.353 2009-07-09 18:14:18 nicm Exp $ */ +/* $Id: tmux.h,v 1.354 2009-07-12 17:07:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -934,7 +934,7 @@ struct set_option_entry { }; extern const struct set_option_entry set_option_table[]; extern const struct set_option_entry set_window_option_table[]; -#define NSETOPTION 25 +#define NSETOPTION 26 #define NSETWINDOWOPTION 19 /* tmux.c */ |