Add an option to control the audio bell volume on X11

This commit is contained in:
Kovid Goyal
2017-11-20 17:28:29 +05:30
parent 2ff39c1578
commit 25d7668b70
9 changed files with 64 additions and 18 deletions

View File

@@ -308,6 +308,7 @@ PYWRAP1(set_options) {
S(cursor_blink_interval, PyFloat_AsDouble);
S(cursor_stop_blinking_after, PyFloat_AsDouble);
S(cursor_shape, PyLong_AsLong);
S(x11_bell_volume, PyLong_AsLong);
S(mouse_hide_wait, PyFloat_AsDouble);
S(wheel_scroll_multiplier, PyFloat_AsDouble);
S(open_url_modifiers, PyLong_AsUnsignedLong);