You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Window(feat[split,split_window]): Add StrPath type support for start_directory
why: Standardize path handling to accept both str and PathLike objects
what:
- Import StrPath from libtmux._internal.types
- Update start_directory parameter type annotations to StrPath | None
- Update docstring to reflect str or PathLike support
0 commit comments