[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.116 and 1.117

version 1.116, 2020/04/13 07:25:33 version 1.117, 2020/04/17 08:03:22
Line 198 
Line 198 
           .separator = ","            .separator = ","
         },          },
   
           { .name = "copy-command",
             .type = OPTIONS_TABLE_STRING,
             .scope = OPTIONS_TABLE_SERVER,
             .default_str = ""
           },
   
         { .name = "default-terminal",          { .name = "default-terminal",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117