_absolute is redundant, just use tty_region.

This commit is contained in:
Nicholas Marriott
2009-10-12 09:16:59 +00:00
parent f05b32f7ad
commit 972a6f5656
3 changed files with 6 additions and 4 deletions

2
tmux.h
View File

@ -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);