mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
docs: OSC 133 shell config #32771
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user