[BACK]Return to tmux.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.c between version 1.114 and 1.115

version 1.114, 2012/11/27 16:12:29 version 1.115, 2013/03/24 09:54:10
Line 330 
Line 330 
         options_init(&global_w_options, NULL);          options_init(&global_w_options, NULL);
         options_table_populate_tree(window_options_table, &global_w_options);          options_table_populate_tree(window_options_table, &global_w_options);
   
         ARRAY_INIT(&cfg_causes);  
   
         /* Enable UTF-8 if the first client is on UTF-8 terminal. */          /* Enable UTF-8 if the first client is on UTF-8 terminal. */
         if (flags & IDENTIFY_UTF8) {          if (flags & IDENTIFY_UTF8) {
                 options_set_number(&global_s_options, "status-utf8", 1);                  options_set_number(&global_s_options, "status-utf8", 1);

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115