diff options
author | nicm <nicm> | 2014-04-17 12:57:28 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-04-17 12:57:28 +0000 |
commit | c3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0 (patch) | |
tree | 0169b0870d6d344cea3d7375ec5075c511586ef3 /tty.c | |
parent | ada75af199405c546588faacf8806e957c163621 (diff) | |
download | rtmux-c3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0.tar.gz rtmux-c3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0.tar.bz2 rtmux-c3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0.zip |
Wrap some long lines.
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -388,7 +388,8 @@ tty_putcode_ptr1(struct tty *tty, enum tty_code_code code, const void *a) } void -tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a, const void *b) +tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a, + const void *b) { if (a != NULL && b != NULL) tty_puts(tty, tty_term_ptr2(tty->term, code, a, b)); |