=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.837 retrieving revision 1.838 diff -u -r1.837 -r1.838 --- src/usr.bin/tmux/tmux.h 2018/08/09 09:53:44 1.837 +++ src/usr.bin/tmux/tmux.h 2018/08/18 16:14:03 1.838 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.837 2018/08/09 09:53:44 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.838 2018/08/18 16:14:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1638,6 +1638,7 @@ /* tty.c */ void tty_create_log(void); +u_int tty_status_lines(struct client *); void tty_raw(struct tty *, const char *); void tty_attributes(struct tty *, const struct grid_cell *, const struct window_pane *);