aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-15 01:30:00 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-15 01:30:00 +0000
commit8bdcc10c8f08dd14797c0e49c18809aff60a2390 (patch)
tree4d1ab528e4bb68a2c3dca9d615dbc604120f7711 /tmux.h
parent6369fca253fe4e289cbf0a1b8e1c5b52d7875e80 (diff)
downloadrtmux-8bdcc10c8f08dd14797c0e49c18809aff60a2390.tar.gz
rtmux-8bdcc10c8f08dd14797c0e49c18809aff60a2390.tar.bz2
rtmux-8bdcc10c8f08dd14797c0e49c18809aff60a2390.zip
Sync OpenBSD patchset 393:
Similarly add a tty_cursor_pane function to tidy up most of the calls.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 73423c23..19a5d61e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.471 2009-10-15 01:28:14 tcunha Exp $ */
+/* $Id: tmux.h,v 1.472 2009-10-15 01:30:00 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1247,7 +1247,8 @@ void tty_attributes(struct tty *, const struct grid_cell *);
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);