[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.1172 and 1.1173

version 1.1172, 2022/06/07 10:02:19 version 1.1173, 2022/06/09 09:12:55
Line 1421 
Line 1421 
   
         u_int                    num;          u_int                    num;
         void                    *ptr;          void                    *ptr;
           void                    *ptr2;
   
         /*          /*
          * Cursor and region position before the screen was updated - this is           * Cursor and region position before the screen was updated - this is
Line 2278 
Line 2279 
 void    tty_close(struct tty *);  void    tty_close(struct tty *);
 void    tty_free(struct tty *);  void    tty_free(struct tty *);
 void    tty_update_features(struct tty *);  void    tty_update_features(struct tty *);
 void    tty_set_selection(struct tty *, const char *, size_t);  void    tty_set_selection(struct tty *, const char *, const char *, size_t);
 void    tty_write(void (*)(struct tty *, const struct tty_ctx *),  void    tty_write(void (*)(struct tty *, const struct tty_ctx *),
             struct tty_ctx *);              struct tty_ctx *);
 void    tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);  void    tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
Line 2872 
Line 2873 
 void     screen_write_collect_add(struct screen_write_ctx *,  void     screen_write_collect_add(struct screen_write_ctx *,
              const struct grid_cell *);               const struct grid_cell *);
 void     screen_write_cell(struct screen_write_ctx *, const struct grid_cell *);  void     screen_write_cell(struct screen_write_ctx *, const struct grid_cell *);
 void     screen_write_setselection(struct screen_write_ctx *, u_char *, u_int);  void     screen_write_setselection(struct screen_write_ctx *, const char *,
                u_char *, u_int);
 void     screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int);  void     screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int);
 void     screen_write_alternateon(struct screen_write_ctx *,  void     screen_write_alternateon(struct screen_write_ctx *,
              struct grid_cell *, int);               struct grid_cell *, int);

Legend:
Removed from v.1.1172  
changed lines
  Added in v.1.1173