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,7 +293,8 @@ class Tab: # {{{
w = self.active_window
if w is not None and self.resize_window_by(
w.id, increment, is_horizontal) is not None:
ring_bell()
if get_options().enable_audio_bell:
ring_bell()
def reset_window_sizes(self) -> None:
'@ac:win:Reset window sizes undoing any dynamic resizing of windows'