On this page
libtmux::Server::session
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- session ( target : std::string_view ) expected< Session, CommandFailure >
-
One object by target, for a caller holding an id or a
session:windowpath that came from somewhere else.The target is resolved the way tmux resolves it, so a session target names that session's active pane and the window that pane is in. A target tmux cannot resolve is reported missing.
0 declared, 0 inherited