diff options
author | nicm <nicm> | 2014-04-17 14:45:49 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-04-17 14:45:49 +0000 |
commit | a5d4b7f3d927b267e21aa34c2451669318536e46 (patch) | |
tree | 0348849c34d544593e61f9874a5bfbf46c324a23 /tty.c | |
parent | f194f103a2c8301ba9eea67eefc3e15f76edbca5 (diff) | |
download | rtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.tar.gz rtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.tar.bz2 rtmux-a5d4b7f3d927b267e21aa34c2451669318536e46.zip |
Some more long lines.
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |