-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Context
Cursor rendering now respects terminal state automatically via terminal.modes.showCursor.
Potential Enhancement
If users need explicit control to force cursor on/off regardless of terminal state, we could add a parameter:
shell_screenshot({ session_id, showCursor?: 'auto' | 'show' | 'hide' })auto(default): respect terminal stateshow: always render cursorhide: never render cursor
Use Cases
- Force show cursor in TUI apps that hide it
- Force hide cursor in shell sessions for cleaner screenshots
Please comment if you have a use case for this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels