=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.167 retrieving revision 1.168 diff -c -r1.167 -r1.168 *** src/usr.bin/tmux/tty.c 2014/04/17 12:57:28 1.167 --- src/usr.bin/tmux/tty.c 2014/04/17 14:45:49 1.168 *************** *** 1,4 **** ! /* $OpenBSD: tty.c,v 1.167 2014/04/17 12:57:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty.c,v 1.168 2014/04/17 14:45:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 548,555 **** } void ! 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); --- 548,555 ---- } void ! 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);