On this page
Server.resize(_:width:height:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Mutations.swift
- Other languages
- PythonTypeScriptRustGoJava.NET C++
-
Sets a pane's size outright.
Passing neither dimension does nothing rather than sending tmux a command with nothing to do.
- Raises
In other languages Resize a pane
- Python
libtmux.Pane.resize - TypeScript
pane.Pane.resize - Rust
pane.Pane.resize - Go
tmux.Pane.Resize - Java
io.github.libtmux.Pane.Pane.resize - .NET
LibTmux.Pane.ResizeAsync - C++ no direct equivalent; `libtmux::Window::resize` resizes the window, not a pane within it
0 declared, 0 inherited