=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/tmux/tty.c 2009/08/21 12:29:59 1.26 --- src/usr.bin/tmux/tty.c 2009/08/31 20:46:19 1.27 *************** *** 1,4 **** ! /* $OpenBSD: tty.c,v 1.26 2009/08/21 12:29:59 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty.c,v 1.27 2009/08/31 20:46:19 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 34,40 **** int tty_try_256(struct tty *, u_char, const char *); int tty_try_88(struct tty *, u_char, const char *); - void tty_attributes(struct tty *, const struct grid_cell *); void tty_attributes_fg(struct tty *, const struct grid_cell *); void tty_attributes_bg(struct tty *, const struct grid_cell *); --- 34,39 ----