aboutsummaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-20 22:49:16 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-20 22:49:16 -0400
commit29f45358ccc638f7c2ce951e03d91bbd02d6a109 (patch)
treec21ff9bedb720bd4221b81ae653aa90dbfacd988 /term.h
parent8744f9406c62994e1078d7d856713e35ee7068ac (diff)
downloadrunes-29f45358ccc638f7c2ce951e03d91bbd02d6a109.tar.gz
runes-29f45358ccc638f7c2ce951e03d91bbd02d6a109.zip
support audible bells (with a config option to disable them)
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index c2c0b53..8f9d6a4 100644
--- a/term.h
+++ b/term.h
@@ -51,6 +51,7 @@ struct runes_term {
char inverse;
char hide_cursor;
char unfocused;
+ char audible_bell;
char application_keypad;
char application_cursor;