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

This commit is contained in:
2025-04-20 20:54:30 +02:00
parent a4293ff243
commit 50adf32f14
3 changed files with 13 additions and 2 deletions

View File

@@ -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,