=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.676 retrieving revision 1.677 diff -u -r1.676 -r1.677 --- src/usr.bin/tmux/tmux.h 2016/11/15 14:02:32 1.676 +++ src/usr.bin/tmux/tmux.h 2016/11/15 15:17:28 1.677 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.676 2016/11/15 14:02:32 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.677 2016/11/15 15:17:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1664,8 +1664,8 @@ void tty_attributes(struct tty *, const struct grid_cell *, const struct window_pane *); void tty_reset(struct tty *); -void tty_region(struct tty *, u_int, u_int); -void tty_margin(struct tty *, u_int, u_int); +void tty_region_off(struct tty *); +void tty_margin_off(struct tty *); void tty_cursor(struct tty *, u_int, u_int); void tty_putcode(struct tty *, enum tty_code_code); void tty_putcode1(struct tty *, enum tty_code_code, int);