[BACK]Return to window.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window.c between version 1.268 and 1.269

version 1.268, 2021/01/20 07:16:54 version 1.269, 2021/02/22 07:09:06
Line 63 
Line 63 
 static u_int    next_window_id;  static u_int    next_window_id;
 static u_int    next_active_point;  static u_int    next_active_point;
   
 /* List of window modes. */  
 const struct window_mode *all_window_modes[] = {  
         &window_buffer_mode,  
         &window_client_mode,  
         &window_clock_mode,  
         &window_copy_mode,  
         &window_tree_mode,  
         &window_view_mode,  
         NULL  
 };  
   
 struct window_pane_input_data {  struct window_pane_input_data {
         struct cmdq_item        *item;          struct cmdq_item        *item;
         u_int                    wp;          u_int                    wp;

Legend:
Removed from v.1.268  
changed lines
  Added in v.1.269