[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.1076 and 1.1077

version 1.1076, 2020/08/25 11:35:32 version 1.1077, 2020/09/02 13:46:35
Line 2126 
Line 2126 
 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_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 *);

Legend:
Removed from v.1.1076  
changed lines
  Added in v.1.1077