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

Diff for /src/usr.bin/tmux/options-table.c between version 1.91 and 1.92

version 1.91, 2017/07/26 16:14:08 version 1.92, 2017/08/16 11:46:08
Line 150 
Line 150 
           .type = OPTIONS_TABLE_CHOICE,            .type = OPTIONS_TABLE_CHOICE,
           .scope = OPTIONS_TABLE_SESSION,            .scope = OPTIONS_TABLE_SESSION,
           .choices = options_table_bell_action_list,            .choices = options_table_bell_action_list,
           .default_num = BELL_OTHER            .default_num = ALERT_OTHER
         },          },
   
         { .name = "assume-paste-time",          { .name = "assume-paste-time",
Line 173 
Line 173 
           .type = OPTIONS_TABLE_CHOICE,            .type = OPTIONS_TABLE_CHOICE,
           .scope = OPTIONS_TABLE_SESSION,            .scope = OPTIONS_TABLE_SESSION,
           .choices = options_table_bell_action_list,            .choices = options_table_bell_action_list,
           .default_num = BELL_ANY            .default_num = ALERT_ANY
         },          },
   
         { .name = "default-command",          { .name = "default-command",
Line 358 
Line 358 
           .type = OPTIONS_TABLE_CHOICE,            .type = OPTIONS_TABLE_CHOICE,
           .scope = OPTIONS_TABLE_SESSION,            .scope = OPTIONS_TABLE_SESSION,
           .choices = options_table_bell_action_list,            .choices = options_table_bell_action_list,
           .default_num = BELL_OTHER            .default_num = ALERT_OTHER
         },          },
   
         { .name = "status",          { .name = "status",

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92