[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.144 and 1.145

version 1.144, 2021/06/16 11:57:04 version 1.145, 2021/07/14 08:56:00
Line 234 
Line 234 
         { .name = "default-terminal",          { .name = "default-terminal",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,
           .default_str = "screen",            .default_str = TMUX_TERM,
           .text = "Default for the 'TERM' environment variable."            .text = "Default for the 'TERM' environment variable."
         },          },
   

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145