mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
config: add doc comment for cursor-text
This commit is contained in:
@ -71,6 +71,9 @@ pub const Config = struct {
|
||||
|
||||
/// The color of the cursor. If this is not set, a default will be chosen.
|
||||
@"cursor-color": ?Color = null,
|
||||
|
||||
/// The color of the text under the cursor. If this is not set, a default
|
||||
/// will be chosen.
|
||||
@"cursor-text": ?Color = null,
|
||||
|
||||
/// The opacity level (opposite of transparency) of the background.
|
||||
|
Reference in New Issue
Block a user