[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.307 and 1.308

version 1.307, 2012/01/21 23:51:34 version 1.308, 2012/01/29 09:37:02
Line 1078 
Line 1078 
         u_int            orupper;          u_int            orupper;
         u_int            orlower;          u_int            orlower;
   
           u_int            xoff;
           u_int            yoff;
   
         /* Saved last cell on line. */          /* Saved last cell on line. */
         struct grid_cell last_cell;          struct grid_cell last_cell;
         struct grid_utf8 last_utf8;          struct grid_utf8 last_utf8;
Line 1463 
Line 1466 
 int     tty_open(struct tty *, const char *, char **);  int     tty_open(struct tty *, const char *, char **);
 void    tty_close(struct tty *);  void    tty_close(struct tty *);
 void    tty_free(struct tty *);  void    tty_free(struct tty *);
 void    tty_write(void (*)(  void    tty_write(
             struct tty *, const struct tty_ctx *), const struct tty_ctx *);              void (*)(struct tty *, const 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 *);
 void    tty_cmd_cell(struct tty *, const struct tty_ctx *);  void    tty_cmd_cell(struct tty *, const struct tty_ctx *);
 void    tty_cmd_clearendofline(struct tty *, const struct tty_ctx *);  void    tty_cmd_clearendofline(struct tty *, const struct tty_ctx *);
Line 1722 
Line 1725 
 /* status.c */  /* status.c */
 int      status_out_cmp(struct status_out *, struct status_out *);  int      status_out_cmp(struct status_out *, struct status_out *);
 RB_PROTOTYPE(status_out_tree, status_out, entry, status_out_cmp);  RB_PROTOTYPE(status_out_tree, status_out, entry, status_out_cmp);
   int      status_at_line(struct client *);
 void     status_free_jobs(struct status_out_tree *);  void     status_free_jobs(struct status_out_tree *);
 void     status_update_jobs(struct client *);  void     status_update_jobs(struct client *);
 void     status_set_window_at(struct client *, u_int);  void     status_set_window_at(struct client *, u_int);

Legend:
Removed from v.1.307  
changed lines
  Added in v.1.308