aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-02-15 19:32:12 +0000
committerTiago Cunha <tcunha@gmx.com>2012-02-15 19:32:12 +0000
commit290636bc869e383403905b22a0665079b5adef95 (patch)
treee8d272b932d633760a615bce05e201f2ef62f59f /tmux.h
parent3e94fa70f982d30d8d18379976f07e895fdc8114 (diff)
downloadrtmux-290636bc869e383403905b22a0665079b5adef95.tar.gz
rtmux-290636bc869e383403905b22a0665079b5adef95.tar.bz2
rtmux-290636bc869e383403905b22a0665079b5adef95.zip
Sync OpenBSD patchset 1029:
Add a wrapper function tty_set_size from George Nachman.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index d5184278..b8caee43 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1454,6 +1454,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 *);