=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- src/usr.bin/tmux/tmux.h 2009/10/12 09:16:59 1.133 +++ src/usr.bin/tmux/tmux.h 2009/10/12 09:29:58 1.134 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.133 2009/10/12 09:16:59 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.134 2009/10/12 09:29:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1249,7 +1249,8 @@ void tty_reset(struct tty *); void tty_region_pane(struct tty *, const struct tty_ctx *, u_int, u_int); void tty_region(struct tty *, u_int, u_int); -void tty_cursor(struct tty *, u_int, u_int, u_int, u_int); +void tty_cursor_pane(struct tty *, const struct tty_ctx *, u_int, u_int); +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); void tty_putcode2(struct tty *, enum tty_code_code, int, int);