Fix #3878
This commit is contained in:
parent
9462654738
commit
bb0c831601
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user