add(style): cursor style to indicate a cursor position
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 25s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 25s
This commit is contained in:
@@ -37,6 +37,7 @@ pub const Emphasis = enum(u8) {
|
||||
fg: Color = .default,
|
||||
bg: Color = .default,
|
||||
ul: Color = .default,
|
||||
cursor: bool = false,
|
||||
ul_style: Underline = .off,
|
||||
emphasis: []const Emphasis,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user