File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -858,10 +858,11 @@ def command_shell(
858
858
"""Launch python shell for tmux server, session, window and pane.
859
859
860
860
Priority given to loaded session/wndow/pane objects:
861
+
861
862
- session_name and window_name arguments
862
- - current shell: environmental variable of TMUX_PANE (which gives us window and
863
- session)
864
- - ``server.attached_session``, ``session.attached_window``, ``window .attached_pane` `
863
+ - current shell: environmental variable of `` TMUX_PANE`` (which gives us window and session)
864
+ - :attr:`libtmux.Server.attached_sessions`, :attr:`libtmux.Session.attached_window`,
865
+ :attr:`libtmux.Window .attached_pane`
865
866
"""
866
867
server = Server (socket_name = socket_name , socket_path = socket_path )
867
868
You can’t perform that action at this time.
0 commit comments