aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authornicm <nicm>2014-04-17 14:45:49 +0000
committernicm <nicm>2014-04-17 14:45:49 +0000
commita5d4b7f3d927b267e21aa34c2451669318536e46 (patch)
tree0348849c34d544593e61f9874a5bfbf46c324a23 /tty.c
parentf194f103a2c8301ba9eea67eefc3e15f76edbca5 (diff)
downloadrtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.tar.gz
rtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.tar.bz2
rtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.zip
Some more long lines.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tty.c b/tty.c
index f148f420..c8b6a84a 100644
--- a/tty.c
+++ b/tty.c
@@ -548,8 +548,8 @@ tty_update_mode(struct tty *tty, int mode, struct screen *s)
}
void
-tty_emulate_repeat(
- struct tty *tty, enum tty_code_code code, enum tty_code_code code1, u_int n)
+tty_emulate_repeat(struct tty *tty, enum tty_code_code code,
+ enum tty_code_code code1, u_int n)
{
if (tty_term_has(tty->term, code))
tty_putcode1(tty, code, n);