[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.272 and 1.273

version 1.272, 2011/03/03 08:51:47 version 1.273, 2011/03/07 23:46:27
Line 1426 
Line 1426 
 void    tty_cmd_linefeed(struct tty *, const struct tty_ctx *);  void    tty_cmd_linefeed(struct tty *, const struct tty_ctx *);
 void    tty_cmd_utf8character(struct tty *, const struct tty_ctx *);  void    tty_cmd_utf8character(struct tty *, const struct tty_ctx *);
 void    tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);  void    tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
   void    tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
   
 /* tty-term.c */  /* tty-term.c */
 extern struct tty_terms tty_terms;  extern struct tty_terms tty_terms;
Line 1804 
Line 1805 
 void     screen_write_clearscreen(struct screen_write_ctx *);  void     screen_write_clearscreen(struct screen_write_ctx *);
 void     screen_write_cell(struct screen_write_ctx *,  void     screen_write_cell(struct screen_write_ctx *,
              const struct grid_cell *, const struct utf8_data *);               const struct grid_cell *, const struct utf8_data *);
   void     screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int);
   
 /* screen-redraw.c */  /* screen-redraw.c */
 void     screen_redraw_screen(struct client *, int, int);  void     screen_redraw_screen(struct client *, int, int);

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273