diff options
author | nicm <nicm> | 2016-04-30 18:59:02 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-04-30 18:59:02 +0000 |
commit | 88bd5b15ffc59f826e1e24ed7a233c8cb7c3afe5 (patch) | |
tree | d747a83749669f5597b6e8bdb6ce92238a492211 /tmux.h | |
parent | 0c7895076e1b2c87956fd594ae4408f6de3432ca (diff) | |
download | rtmux-88bd5b15ffc59f826e1e24ed7a233c8cb7c3afe5.tar.gz rtmux-88bd5b15ffc59f826e1e24ed7a233c8cb7c3afe5.tar.bz2 rtmux-88bd5b15ffc59f826e1e24ed7a233c8cb7c3afe5.zip |
tty_client_ready can not be internal to tty.c again.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1725,7 +1725,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 *); |