[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.1165 and 1.1166

version 1.1165, 2022/03/16 17:00:17 version 1.1166, 2022/03/24 09:05:57
Line 539 
Line 539 
         TTYC_SMULX,          TTYC_SMULX,
         TTYC_SMXX,          TTYC_SMXX,
         TTYC_SS,          TTYC_SS,
           TTYC_SWD,
         TTYC_SYNC,          TTYC_SYNC,
         TTYC_TC,          TTYC_TC,
         TTYC_TSL,          TTYC_TSL,
Line 1708 
Line 1709 
         struct format_job_tree  *jobs;          struct format_job_tree  *jobs;
   
         char                    *title;          char                    *title;
           char                    *path;
         const char              *cwd;          const char              *cwd;
   
         char                    *term_name;          char                    *term_name;
Line 2258 
Line 2260 
 void    tty_send_requests(struct tty *);  void    tty_send_requests(struct tty *);
 void    tty_stop_tty(struct tty *);  void    tty_stop_tty(struct tty *);
 void    tty_set_title(struct tty *, const char *);  void    tty_set_title(struct tty *, const char *);
   void    tty_set_path(struct tty *, const char *);
 void    tty_update_mode(struct tty *, int, struct screen *);  void    tty_update_mode(struct tty *, int, struct screen *);
 void    tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int,  void    tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int,
             u_int, u_int, const struct grid_cell *, struct colour_palette *);              u_int, u_int, const struct grid_cell *, struct colour_palette *);

Legend:
Removed from v.1.1165  
changed lines
  Added in v.1.1166