Add a tty_bell wrapper function, from Dylan Alex Simon.

This commit is contained in:
Nicholas Marriott
2011-08-24 09:58:44 +00:00
parent 47d41d0203
commit 029c34ce6b
3 changed files with 10 additions and 3 deletions

1
tmux.h
View File

@ -1458,6 +1458,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;