diff options
author | nicm <nicm> | 2015-07-13 15:51:31 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-07-13 15:51:31 +0000 |
commit | e45d624df288d914a1628d373ff245b03f7d600b (patch) | |
tree | 97d5ad87a07aff8e21a5f6444d57c65edfc8add4 /tmux.h | |
parent | c7374c31c4ba176e94825e8d734b5abe8a6879b1 (diff) | |
download | rtmux-e45d624df288d914a1628d373ff245b03f7d600b.tar.gz rtmux-e45d624df288d914a1628d373ff245b03f7d600b.tar.bz2 rtmux-e45d624df288d914a1628d373ff245b03f7d600b.zip |
Fix line endings.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1600,7 +1600,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); -int 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); |