mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-04 06:38:37 +00:00
Merge pull request #2109 from edmz/block_hollow
Config: cursor-style can bet set to block_hollow
This commit is contained in:
@@ -16,6 +16,7 @@ pub const Style = enum {
|
||||
return switch (term) {
|
||||
.bar => .bar,
|
||||
.block => .block,
|
||||
.block_hollow => .block_hollow,
|
||||
.underline => .underline,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user