[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.142 and 1.143

version 1.142, 2021/06/10 07:50:03 version 1.143, 2021/06/10 07:56:47
Line 755 
Line 755 
         { .name = "word-separators",          { .name = "word-separators",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .scope = OPTIONS_TABLE_SESSION,            .scope = OPTIONS_TABLE_SESSION,
           .default_str = " ",            /*
              * The set of non-alphanumeric printable ASCII characters minus the
              * underscore.
              */
             .default_str = "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~",
           .text = "Characters considered to separate words."            .text = "Characters considered to separate words."
         },          },
   

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143