[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.124 and 1.125

version 1.124, 2020/05/16 15:11:52 version 1.125, 2020/05/16 15:24:28
Line 210 
Line 210 
           .default_str = "screen"            .default_str = "screen"
         },          },
   
           { .name = "editor",
             .type = OPTIONS_TABLE_STRING,
             .scope = OPTIONS_TABLE_SERVER,
             .default_str = _PATH_VI
           },
   
         { .name = "escape-time",          { .name = "escape-time",
           .type = OPTIONS_TABLE_NUMBER,            .type = OPTIONS_TABLE_NUMBER,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125