[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.145 and 1.146

version 1.145, 2021/07/14 08:56:00 version 1.146, 2021/07/28 07:06:54
Line 1161 
Line 1161 
         OPTIONS_TABLE_HOOK("session-renamed", ""),          OPTIONS_TABLE_HOOK("session-renamed", ""),
         OPTIONS_TABLE_HOOK("session-window-changed", ""),          OPTIONS_TABLE_HOOK("session-window-changed", ""),
         OPTIONS_TABLE_WINDOW_HOOK("window-layout-changed", ""),          OPTIONS_TABLE_WINDOW_HOOK("window-layout-changed", ""),
         OPTIONS_TABLE_WINDOW_HOOK("window-linked", ""),          OPTIONS_TABLE_HOOK("window-linked", ""),
         OPTIONS_TABLE_WINDOW_HOOK("window-pane-changed", ""),          OPTIONS_TABLE_WINDOW_HOOK("window-pane-changed", ""),
         OPTIONS_TABLE_WINDOW_HOOK("window-renamed", ""),          OPTIONS_TABLE_WINDOW_HOOK("window-renamed", ""),
         OPTIONS_TABLE_WINDOW_HOOK("window-unlinked", ""),          OPTIONS_TABLE_HOOK("window-unlinked", ""),
   
         { .name = NULL }          { .name = NULL }
 };  };

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