diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-03-18 01:47:11 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-03-18 01:47:11 +0000 |
commit | e920fa3e36dd1d25cb5ac138514180c39328b623 (patch) | |
tree | 36ccebb76d9f90bfeda9a96da1f1eb11e614263b /tty.c | |
parent | 84207f06b7f86076f6e548a8a6417978de188736 (diff) | |
download | rtmux-e920fa3e36dd1d25cb5ac138514180c39328b623.tar.gz rtmux-e920fa3e36dd1d25cb5ac138514180c39328b623.tar.bz2 rtmux-e920fa3e36dd1d25cb5ac138514180c39328b623.zip |
Sync OpenBSD patchset 1052:
Fix a warning. Doh.
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ void tty_check_bg(struct tty *, struct grid_cell *); void tty_colours_fg(struct tty *, const struct grid_cell *); void tty_colours_bg(struct tty *, const struct grid_cell *); +int tty_large_region(struct tty *, const struct tty_ctx *); void tty_redraw_region(struct tty *, const struct tty_ctx *); void tty_emulate_repeat( struct tty *, enum tty_code_code, enum tty_code_code, u_int); |