libtmux v0.4.0 Release Notes
Release Date: 2016-05-23 // almost 7 years ago-
- attributes for formatters are now accessible via
Session
,Window
andPane
objects.session.name
is equivalent tosession.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
andattached_pane
are now properties.- 📇
_TMUX
metadata object changed to_info
. .findWhere()
is nowfind_where
.- 🛠 README and usage fixes
- attributes for formatters are now accessible via