mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 09:28:51 +00:00
Sync OpenBSD patchset 1052:
Fix a warning. Doh.
This commit is contained in:
parent
84207f06b7
commit
e920fa3e36
1
tty.c
1
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);
|
||||
|
Loading…
Reference in New Issue
Block a user