aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-12 09:16:59 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-12 09:16:59 +0000
commit972a6f565660a7ca5c0307c1085825a254fba20e (patch)
tree81634cab7dc23c522397e18ad085332dbe8de22b /tmux.h
parentf05b32f7adc7de4dac3afa59ce91986202f17769 (diff)
downloadrtmux-972a6f565660a7ca5c0307c1085825a254fba20e.tar.gz
rtmux-972a6f565660a7ca5c0307c1085825a254fba20e.tar.bz2
rtmux-972a6f565660a7ca5c0307c1085825a254fba20e.zip
_absolute is redundant, just use tty_region.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 179c030a..0b1ba198 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1248,7 +1248,7 @@ u_char tty_get_acs(struct tty *, u_char);
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_absolute(struct tty *, 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_putcode(struct tty *, enum tty_code_code);
void tty_putcode1(struct tty *, enum tty_code_code, int);