mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-27 17:41:40 +00:00
Config: cursor-style can bet set to block_hollow
`cursor-style` can now also be set to `block_hollow`, no other changes in behaviour are added.
This commit is contained in:
@@ -16,6 +16,7 @@ pub const CursorStyle = enum {
|
||||
return switch (style) {
|
||||
.bar => .bar,
|
||||
.block => .block,
|
||||
.block_hollow => .block_hollow,
|
||||
.underline => .underline,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user