aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-12 17:07:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-12 17:07:58 +0000
commitd7b4aa0ff36f8230103f29cc233fed341f0d5fa3 (patch)
tree827ecbe7eb876376b7efa1a53a563acb9520a009 /tmux.h
parent79bc6041c96f5e1dc8b1fb7d71c91bf73a138e96 (diff)
downloadrtmux-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index d1b3b8fd..9ccf0752 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 */