mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Some more long lines.
This commit is contained in:
4
tty.c
4
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);
|
||||
|
Reference in New Issue
Block a user