=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.255 retrieving revision 1.256 diff -c -r1.255 -r1.256 *** src/usr.bin/tmux/tmux.h 2010/12/29 21:49:06 1.255 --- src/usr.bin/tmux/tmux.h 2010/12/30 21:35:17 1.256 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.255 2010/12/29 21:49:06 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.256 2010/12/30 21:35:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1898,1903 **** --- 1898,1905 ---- int window_pane_visible(struct window_pane *); char *window_pane_search( struct window_pane *, const char *, u_int *); + char *window_printable_flags(struct session *, struct winlink *); + struct window_pane *window_pane_find_up(struct window_pane *); struct window_pane *window_pane_find_down(struct window_pane *); struct window_pane *window_pane_find_left(struct window_pane *);