diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-07-13 18:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-07-13 18:01:09 +0100 |
commit | 07aef385910f46e09804756231ff1ef3e304e023 (patch) | |
tree | 934330dfd6943a981ee7a935aa8d818a9ccfadd4 /tmux.h | |
parent | 38d4d696391123da266c9d38ed65bba7076e1147 (diff) | |
parent | e45d624df288d914a1628d373ff245b03f7d600b (diff) | |
download | rtmux-07aef385910f46e09804756231ff1ef3e304e023.tar.gz rtmux-07aef385910f46e09804756231ff1ef3e304e023.tar.bz2 rtmux-07aef385910f46e09804756231ff1ef3e304e023.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1604,7 +1604,7 @@ void tty_putcode_ptr2(struct tty *, enum tty_code_code, const void *, void tty_puts(struct tty *, const char *); void tty_putc(struct tty *, u_char); void tty_putn(struct tty *, const void *, size_t, u_int); -void tty_init(struct tty *, struct client *, int, char *); +int tty_init(struct tty *, struct client *, int, char *); int tty_resize(struct tty *); int tty_set_size(struct tty *, u_int, u_int); void tty_set_class(struct tty *, u_int); |