tty_client_ready can not be internal to tty.c again.

This commit is contained in:
nicm
2016-04-30 18:59:02 +00:00
parent 0c7895076e
commit 88bd5b15ff
3 changed files with 4 additions and 6 deletions

1
tmux.h
View File

@ -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 *);