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

Diff for /src/usr.bin/tmux/input.c between version 1.97 and 1.98

version 1.97, 2015/12/16 22:05:35 version 1.98, 2016/01/15 11:31:47
Line 100 
Line 100 
 struct input_transition;  struct input_transition;
 int     input_split(struct input_ctx *);  int     input_split(struct input_ctx *);
 int     input_get(struct input_ctx *, u_int, int, int);  int     input_get(struct input_ctx *, u_int, int, int);
 void    input_reply(struct input_ctx *, const char *, ...);  void printflike(2, 3) input_reply(struct input_ctx *, const char *, ...);
 void    input_set_state(struct window_pane *, const struct input_transition *);  void    input_set_state(struct window_pane *, const struct input_transition *);
 void    input_reset_cell(struct input_ctx *);  void    input_reset_cell(struct input_ctx *);
   

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98