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

Diff for /src/usr.bin/tmux/tmux.h between version 1.841 and 1.842

version 1.841, 2018/08/19 20:13:07 version 1.842, 2018/08/20 20:41:58
Line 1278 
Line 1278 
 /* Status line. */  /* Status line. */
 struct status_line {  struct status_line {
         struct event     timer;          struct event     timer;
   
         struct screen    status;          struct screen    status;
         struct screen   *old_status;          struct screen   *old_status;
   
           int              window_list_offset;
 };  };
   
 /* Client connection. */  /* Client connection. */

Legend:
Removed from v.1.841  
changed lines
  Added in v.1.842