We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec3dd4 commit 6f7674fCopy full SHA for 6f7674f
1 file changed
src/libtmux/constants.py
@@ -76,3 +76,10 @@ class OptionScope(enum.Enum):
76
OptionScope.Window: "-w",
77
OptionScope.Pane: "-p",
78
}
79
+
80
+HOOK_SCOPE_FLAG_MAP: dict[OptionScope, str] = {
81
+ OptionScope.Server: "",
82
+ OptionScope.Session: "",
83
+ OptionScope.Window: "-w",
84
+ OptionScope.Pane: "-p",
85
+}
0 commit comments