aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-18 02:25:26 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-18 02:25:26 +0000
commitdf31f1dfc9c3bc0d638648de23dc276ed03d3347 (patch)
tree768c91b7761ed5974e8c4e0300810a80771dc4f0 /tmux.h
parent0f9f30de2e4fcee3040a2f291cfd3bb8dca2b4ff (diff)
downloadrtmux-df31f1dfc9c3bc0d638648de23dc276ed03d3347.tar.gz
rtmux-df31f1dfc9c3bc0d638648de23dc276ed03d3347.tar.bz2
rtmux-df31f1dfc9c3bc0d638648de23dc276ed03d3347.zip
Sync OpenBSD patchset 1070:
On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for scrolling the region in panes (if the large region check isn't hit). With help from Ailin Nemui.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 79274e6e..dd3937ac 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1468,8 +1468,9 @@ 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);
+int tty_set_size(struct tty *, u_int, u_int);
void tty_start_tty(struct tty *);
+void tty_set_version(struct tty *, u_int);
void tty_stop_tty(struct tty *);
void tty_set_title(struct tty *, const char *);
void tty_update_mode(struct tty *, int, struct screen *);