=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- src/usr.bin/tmux/tty-term.c 2019/10/03 10:24:06 1.68 +++ src/usr.bin/tmux/tty-term.c 2019/11/28 09:56:25 1.69 @@ -1,4 +1,4 @@ -/* $OpenBSD: tty-term.c,v 1.68 2019/10/03 10:24:06 nicm Exp $ */ +/* $OpenBSD: tty-term.c,v 1.69 2019/11/28 09:56:25 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -636,7 +636,8 @@ } const char * -tty_term_string3(struct tty_term *term, enum tty_code_code code, int a, int b, int c) +tty_term_string3(struct tty_term *term, enum tty_code_code code, int a, int b, + int c) { return (tparm((char *) tty_term_string(term, code), a, b, c)); }