window.Window.unzoom
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- packages/libtmux/src/window.ts
- unzoom ( options : : CommandOptions ) Promise<void>
-
Restore this window's layout, whichever of its panes was zoomed.
Idempotent and one tmux command, for the reason
Pane.zoomgives. Zooming is reached from the pane that should fill the window; unzooming has no such choice to make, so it is here as well.Examples
await window.unzoom();
0 declared, 0 inherited