mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-17 14:41:22 +00: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