=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.613 retrieving revision 1.614 diff -u -r1.613 -r1.614 --- src/usr.bin/tmux/tmux.h 2015/12/16 21:50:37 1.613 +++ src/usr.bin/tmux/tmux.h 2015/12/16 22:05:35 1.614 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.613 2015/12/16 21:50:37 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.614 2015/12/16 22:05:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1937,7 +1937,7 @@ /* input.c */ void input_init(struct window_pane *); void input_free(struct window_pane *); -void input_reset(struct window_pane *); +void input_reset(struct window_pane *, int); struct evbuffer *input_pending(struct window_pane *); void input_parse(struct window_pane *);