This commit is contained in:
Kovid Goyal 2021-07-28 18:22:08 +05:30
parent 9462654738
commit bb0c831601
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -293,6 +293,7 @@ class Tab: # {{{
w = self.active_window w = self.active_window
if w is not None and self.resize_window_by( if w is not None and self.resize_window_by(
w.id, increment, is_horizontal) is not None: w.id, increment, is_horizontal) is not None:
if get_options().enable_audio_bell:
ring_bell() ring_bell()
def reset_window_sizes(self) -> None: def reset_window_sizes(self) -> None: