Merge pull request #2109 from edmz/block_hollow

Config: cursor-style can bet set to block_hollow
This commit is contained in:
Mitchell Hashimoto
2024-08-18 15:08:08 -07:00
committed by GitHub
4 changed files with 18 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ pub const Style = enum {
return switch (term) {
.bar => .bar,
.block => .block,
.block_hollow => .block_hollow,
.underline => .underline,
};
}