summaryrefslogtreecommitdiffstats
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-03-15 09:22:31 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-03-15 09:22:31 +0000
commit005566f915030d269fdf7a42e619f8469099b0f0 (patch)
treef708a94061328f0ea2f554b16027c80340b563ef /tty.c
parent698361ccde262b82ce91c81891b767f6752ebf67 (diff)
Fix a warning. Doh.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty.c b/tty.c
index 7c54913d..5494ad4d 100644
--- a/tty.c
+++ b/tty.c
@@ -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);