diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-10 05:50:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-10 05:50:54 +0000 |
commit | daa1faa90510c09ddface800101ea86b167d1154 (patch) | |
tree | 77731d240614832e1d58ee1b31c491b60f9b9aa9 /tmux.h | |
parent | 25d57344966902e9d5a93eb46727a2f1ebd46a82 (diff) | |
download | rtmux-daa1faa90510c09ddface800101ea86b167d1154.tar.gz rtmux-daa1faa90510c09ddface800101ea86b167d1154.tar.bz2 rtmux-daa1faa90510c09ddface800101ea86b167d1154.zip |
Add a default-terminal option to set the starting value of $TERM in new
windows.
This is "screen" by default and must be either that or something closely
related. This does makes it easier to customise it if necessary.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -935,7 +935,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 */ |