aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-05-01 14:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2016-05-01 14:01:12 +0100
commitfe4ef307b736bae23068a4569c30a6b26021cad9 (patch)
tree57b6e002bd648b0bcdaba57bd1949ca4a70c4c18 /tmux.h
parent2b9f8ae485b05a87f22865f4662089f1f6e1e0e7 (diff)
parent87be2da4e1fca4a1815420d557b6b7d381b60ee4 (diff)
downloadrtmux-fe4ef307b736bae23068a4569c30a6b26021cad9.tar.gz
rtmux-fe4ef307b736bae23068a4569c30a6b26021cad9.tar.bz2
rtmux-fe4ef307b736bae23068a4569c30a6b26021cad9.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 04816005..0bf18700 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1727,7 +1727,6 @@ void tty_close(struct tty *);
void tty_free(struct tty *);
void tty_write(void (*)(struct tty *, const struct tty_ctx *),
struct tty_ctx *);
-int tty_client_ready(struct client *, struct window_pane *wp);
void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
void tty_cmd_cell(struct tty *, const struct tty_ctx *);
void tty_cmd_clearendofline(struct tty *, const struct tty_ctx *);