Skip to content

Commit 79eadba

Browse files
committed
!squash window default
1 parent 65ed920 commit 79eadba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Window(Obj, OptionMixin):
7777
https://man.openbsd.org/tmux.1#DESCRIPTION. Accessed April 1st, 2018.
7878
"""
7979

80-
default_scope: OptionScope = OptionScope.Window
80+
default_scope: OptionScope | None = None
8181
server: "Server"
8282

8383
def refresh(self) -> None:

0 commit comments

Comments
 (0)