diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-08-25 21:12:52 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-08-25 21:12:52 +0000 |
commit | c41a93d130ef339659fb4384aec13f33921f91f2 (patch) | |
tree | aa90c496b2861404905efa78a54df66b33698b12 /tmux.h | |
parent | 0a4fd0f7a428906c14bf968e15e37f87af5c7fc8 (diff) | |
download | rtmux-c41a93d130ef339659fb4384aec13f33921f91f2.tar.gz rtmux-c41a93d130ef339659fb4384aec13f33921f91f2.tar.bz2 rtmux-c41a93d130ef339659fb4384aec13f33921f91f2.zip |
Sync OpenBSD patchset 949:
Add a tty_bell wrapper function, from Dylan Alex Simon.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |