Change the window border color if a bell occurs in an unfocused window. Can be disabled by setting the bell_border_color to be the same as the inactive_border_color.

This commit is contained in:
Kovid Goyal
2018-05-02 22:02:45 +05:30
parent efcd3a5df7
commit f2afba2ef4
9 changed files with 19 additions and 6 deletions

View File

@@ -369,6 +369,7 @@ PYWRAP1(set_options) {
S(background, color_as_int);
S(active_border_color, color_as_int);
S(inactive_border_color, color_as_int);
S(bell_border_color, color_as_int);
S(repaint_delay, repaint_delay);
S(input_delay, repaint_delay);
S(sync_to_monitor, PyObject_IsTrue);