resize_pty
Resize the terminal dimensions (rows and columns) of an active PTY session to adapt to display changes or window resizing requirements.
Instructions
Resize the PTY terminal dimensions for a session.
Only works in pty mode.
Args: session_id: The session ID. rows: New row count. cols: New column count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| rows | No | ||
| cols | No |