[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.1007 and 1.1008

version 1.1007, 2020/04/18 14:21:39 version 1.1008, 2020/04/18 15:12:28
Line 769 
Line 769 
   
         bitstr_t                *tabs;          bitstr_t                *tabs;
         struct screen_sel       *sel;          struct screen_sel       *sel;
   
           struct screen_write_collect_line *write_list;
 };  };
   
 /* Screen write context. */  /* Screen write context. */
Line 2380 
Line 2382 
 char    *grid_view_string_cells(struct grid *, u_int, u_int, u_int);  char    *grid_view_string_cells(struct grid *, u_int, u_int, u_int);
   
 /* screen-write.c */  /* screen-write.c */
   void     screen_write_make_list(struct screen *);
   void     screen_write_free_list(struct screen *);
 void     screen_write_start(struct screen_write_ctx *, struct window_pane *,  void     screen_write_start(struct screen_write_ctx *, struct window_pane *,
              struct screen *);               struct screen *);
 void     screen_write_stop(struct screen_write_ctx *);  void     screen_write_stop(struct screen_write_ctx *);

Legend:
Removed from v.1.1007  
changed lines
  Added in v.1.1008