resize
Adjust terminal window dimensions for TUI applications by specifying new column width and row height, sending SIGWINCH signals to update display.
Instructions
Resize the terminal dimensions of a session. The TUI app will receive a SIGWINCH signal.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| cols | Yes | New width in columns | |
| rows | Yes | New height in rows |