libtmux::Pane::toggle_zoom
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- toggle_zoom ( ) expected< void, CommandFailure >
-
Toggle whether this pane's window is zoomed onto it — the whole window given over to one pane, full size.
Zoom is window state, which
Window::zoomed()reads; naming a pane here is how tmux picks which one to give the window to.Only the zoom-in direction reads this pane: a window already zoomed unzooms on any target, this pane included, and stays on whichever pane it was zoomed onto (measured against raw tmux).
0 declared, 0 inherited