Signed-off-by: Ben Boeckel <maths...@gmail.com>
---
 options-table.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/options-table.c b/options-table.c
index 64d3edc..32f4582 100644
--- a/options-table.c
+++ b/options-table.c
@@ -535,17 +535,17 @@ const struct options_table_entry window_options_table[] = 
{
          .default_str = 
"#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}"
        },
 
-       { .name = "c0-change-trigger",
+       { .name = "c0-change-interval",
          .type = OPTIONS_TABLE_NUMBER,
-         .default_num = 250,
-         .minimum = 0,
+         .default_num = 100,
+         .minimum = 1,
          .maximum = USHRT_MAX
        },
 
-       { .name = "c0-change-interval",
+       { .name = "c0-change-trigger",
          .type = OPTIONS_TABLE_NUMBER,
-         .default_num = 100,
-         .minimum = 1,
+         .default_num = 250,
+         .minimum = 0,
          .maximum = USHRT_MAX
        },
 
-- 
1.8.5.3


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to