aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-07-13 15:51:31 +0000
committernicm <nicm>2015-07-13 15:51:31 +0000
commite45d624df288d914a1628d373ff245b03f7d600b (patch)
tree97d5ad87a07aff8e21a5f6444d57c65edfc8add4 /tmux.h
parentc7374c31c4ba176e94825e8d734b5abe8a6879b1 (diff)
downloadrtmux-e45d624df288d914a1628d373ff245b03f7d600b.tar.gz
rtmux-e45d624df288d914a1628d373ff245b03f7d600b.tar.bz2
rtmux-e45d624df288d914a1628d373ff245b03f7d600b.zip
Fix line endings.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index e082aeab..3aceff9d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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);