On this page
window.Window.resize
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
- resize ( options : : ResizeWindowOptions ) Promise<void>
-
Resize this window, by a direction, to a size, or to what its clients allow.
Under tmux's default
window-sizea window tracks its attached clients, which will overwrite this the next time they change;window-size manualis what makes a size of your own stick.Examples
await window.resize({ height: 30, width: 100 });
0 declared, 0 inherited