Fix a warning. Doh.

pull/1/head
Nicholas Marriott 2012-03-15 09:22:31 +00:00
parent 698361ccde
commit 005566f915
1 changed files with 1 additions and 0 deletions

1
tty.c
View File

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