diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-02-15 19:32:12 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-02-15 19:32:12 +0000 |
commit | 290636bc869e383403905b22a0665079b5adef95 (patch) | |
tree | e8d272b932d633760a615bce05e201f2ef62f59f /tmux.h | |
parent | 3e94fa70f982d30d8d18379976f07e895fdc8114 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |