From fddbd44c185c44ad1fff37d5113519eda883e702 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 15 Feb 2012 17:25:02 +0000 Subject: Add a wrapper function tty_set_size from George Nachman. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 0aa2b854..52180809 100644 --- a/tmux.h +++ b/tmux.h @@ -1458,6 +1458,7 @@ void tty_putc(struct tty *, u_char); void tty_pututf8(struct tty *, const struct grid_utf8 *); void tty_init(struct tty *, int, char *); int tty_resize(struct tty *); +int tty_set_size(struct tty *tty, u_int sx, u_int sy); void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *); -- cgit