diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-22 16:25:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-22 16:25:50 +0000 |
commit | ce7bf1083edd5679420d5288ae53a52759e0d51c (patch) | |
tree | b374f41806da66441a5ca5b69eba0f683e6b2f17 /options-table.c | |
parent | 1db4ec6e6327aa4b879e42f5e37a2c599f487206 (diff) | |
parent | 1c82cf76608d7e87d734414ddba6e76622b9646c (diff) | |
download | rtmux-ce7bf1083edd5679420d5288ae53a52759e0d51c.tar.gz rtmux-ce7bf1083edd5679420d5288ae53a52759e0d51c.tar.bz2 rtmux-ce7bf1083edd5679420d5288ae53a52759e0d51c.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 37b3b100..e5f6c777 100644 --- a/options-table.c +++ b/options-table.c @@ -476,7 +476,6 @@ const struct options_table_entry window_options_table[] = { .default_num = 1 }, - { .name = "c0-change-trigger", .type = OPTIONS_TABLE_NUMBER, .default_num = 250, @@ -502,6 +501,11 @@ const struct options_table_entry window_options_table[] = { .default_num = 1 }, + { .name = "command-prefix", + .type = OPTIONS_TABLE_STRING, + .default_str = "exec " + }, + { .name = "force-height", .type = OPTIONS_TABLE_NUMBER, .minimum = 0, |