aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authornicm <nicm>2014-04-17 12:57:28 +0000
committernicm <nicm>2014-04-17 12:57:28 +0000
commitc3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0 (patch)
tree0169b0870d6d344cea3d7375ec5075c511586ef3 /tty-term.c
parentada75af199405c546588faacf8806e957c163621 (diff)
downloadrtmux-c3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0.tar.gz
rtmux-c3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0.tar.bz2
rtmux-c3b2e5eed3b3ad4fd33cf011c5f4de6d25c602c0.zip
Wrap some long lines.
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tty-term.c b/tty-term.c
index a66aad83..bedf0cfd 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -506,7 +506,8 @@ tty_term_ptr1(struct tty_term *term, enum tty_code_code code, const void *a)
}
const char *
-tty_term_ptr2(struct tty_term *term, enum tty_code_code code, const void *a, const void *b)
+tty_term_ptr2(struct tty_term *term, enum tty_code_code code, const void *a,
+ const void *b)
{
return (tparm((char *) tty_term_string(term, code), a, b));
}