[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.149 and 1.150

version 1.149, 2009/10/26 16:00:51 version 1.150, 2009/10/26 17:46:33
Line 1642 
Line 1642 
 void     input_key(struct window_pane *, int);  void     input_key(struct window_pane *, int);
 void     input_mouse(struct window_pane *, struct mouse_event *);  void     input_mouse(struct window_pane *, struct mouse_event *);
   
   /* xterm-keys.c */
   char    *xterm_keys_lookup(int);
   int      xterm_keys_find(const char *, size_t, size_t *);
   
 /* colour.c */  /* colour.c */
 void     colour_set_fg(struct grid_cell *, int);  void     colour_set_fg(struct grid_cell *, int);
 void     colour_set_bg(struct grid_cell *, int);  void     colour_set_bg(struct grid_cell *, int);

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150