[BACK]Return to tty.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty.c between version 1.119 and 1.120

version 1.119, 2012/03/15 09:10:33 version 1.120, 2012/03/15 09:22:31
Line 43 
Line 43 
 void    tty_colours_fg(struct tty *, const struct grid_cell *);  void    tty_colours_fg(struct tty *, const struct grid_cell *);
 void    tty_colours_bg(struct tty *, const struct grid_cell *);  void    tty_colours_bg(struct tty *, const struct grid_cell *);
   
   int     tty_large_region(struct tty *, const struct tty_ctx *);
 void    tty_redraw_region(struct tty *, const struct tty_ctx *);  void    tty_redraw_region(struct tty *, const struct tty_ctx *);
 void    tty_emulate_repeat(  void    tty_emulate_repeat(
             struct tty *, enum tty_code_code, enum tty_code_code, u_int);              struct tty *, enum tty_code_code, enum tty_code_code, u_int);

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120