Go to the source code of this file.
Namespaces | |
tmux | |
Functions | |
def | tmux.getNumberOfPanes () |
def | tmux.getNumberOfWindows () |
def | tmux.getPaneOut (pane) |
def | tmux.getTmuxCurOut () |
def | tmux.getTmuxOut (windowNameOrId, paneId) |
def | tmux.getValidWindowIds () |
def | tmux.getWindow (windowNameOrId) |
def | tmux.restartAllWindows () |
def | tmux.restartCurrentPane () |
def | tmux.restartPanes (windowAndPanes) |
def | tmux.restartWindow (i) |
def | tmux.selectPane (paneId) |
def | tmux.selectWindow (windowNameOrId) |
def | tmux.selectWindowAndPane (windowNameOrId, paneId) |
def | tmux.terminateAllWindows () |
def | tmux.terminateCurrentPane () |
def | tmux.terminatePane () |
def | tmux.terminatePanes (windowAndPanes) |
def | tmux.terminateWindow (i) |
def | tmux.tmuxKill () |
Variables | |
tmux.curPane = session.attached_pane | |
tmux.curWindow = session.attached_window | |
tmux.server = libtmux.Server() | |
tmux.session = server.sessions[0] | |