docs: OSC 133 shell config #32771

This commit is contained in:
Justin M. Keyes
2025-03-07 16:37:42 -08:00
committed by GitHub
parent b813075b8a
commit c38c88edfd
5 changed files with 69 additions and 42 deletions

View File

@@ -170,7 +170,8 @@ struct terminal {
struct {
int row, col;
int shape;
bool visible;
bool visible; ///< Terminal wants to show cursor.
///< `TerminalState.cursor_visible` indicates whether it is actually shown.
bool blink;
} cursor;