summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-12-16 22:05:35 +0000
committernicm <nicm@openbsd.org>2015-12-16 22:05:35 +0000
commitb2f7d8c857f15bc6a682f738affc4d9da8ded838 (patch)
treec200b59723a7d30a304e42dbbd44e88eb6175907 /usr.bin/tmux/tmux.h
parentAdd infrastructure to work out the best target given a pane or window (diff)
downloadwireguard-openbsd-b2f7d8c857f15bc6a682f738affc4d9da8ded838.tar.xz
wireguard-openbsd-b2f7d8c857f15bc6a682f738affc4d9da8ded838.zip
send-keys -R should reset the input parser to ground state (so it can be
used to escape from, for example, printf '\033]2;').
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 6927db42dfa..753e68baf44 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -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 <nicm@users.sourceforge.net>
@@ -1937,7 +1937,7 @@ void recalculate_sizes(void);
/* 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 *);