summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-08-24 09:58:44 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-08-24 09:58:44 +0000
commit029c34ce6bc76168d06726bc81bda4514d245054 (patch)
tree6b2000a2e57a19c83017c357b953e8c67a3d74c7 /tmux.h
parent47d41d0203894c6792caf7f71108e8c5a9086776 (diff)
Add a tty_bell wrapper function, from Dylan Alex Simon.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 5c2a5a81..7f0390d5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;