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