Sync OpenBSD patchset 949:

Add a tty_bell wrapper function, from Dylan Alex Simon.
This commit is contained in:
Tiago Cunha
2011-08-25 21:12:52 +00:00
parent 0a4fd0f7a4
commit c41a93d130
3 changed files with 10 additions and 3 deletions

1
tmux.h
View File

@ -1454,6 +1454,7 @@ void tty_cmd_utf8character(struct tty *, const struct tty_ctx *);
void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
void tty_cmd_setselection(struct tty *, const struct tty_ctx *);
void tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
void tty_bell(struct tty *);
/* tty-term.c */
extern struct tty_terms tty_terms;