libtmux v0.4.0 Release Notes

Release Date: 2016-05-23 // almost 8 years ago
    • attributes for formatters are now accessible via Session, Window and Pane objects. session.name is equivalent to session.get('session_name'), you can do the same with other properties in _info. window.name, pane.current_path, session.id, window.id, pane.id, session.index, window.index, pane.index, etc.
    • attached_sessions, attached_window and attached_pane are now properties.
    • ๐Ÿ“‡ _TMUX metadata object changed to _info.
    • .findWhere() is now find_where.
    • ๐Ÿ›  README and usage fixes