session_resize
Adjust terminal dimensions for an active session by sending SIGWINCH to update rows and columns, ensuring proper layout for running processes.
Instructions
Resize the terminal window of an active session. Sends SIGWINCH to the process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | Yes | New terminal width in columns | |
| rows | Yes | New terminal height in rows | |
| session_id | Yes | Session ID returned by session_create |