feat(terminal/cursor): add support for cursor shape configuration
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m5s

This commit is contained in:
2025-11-20 18:46:58 +01:00
parent 424740d350
commit 9488d0b64d
6 changed files with 22 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ pub const Buffered = struct {
.x = @truncate(col),
.y = @truncate(row),
};
try cvs.style.set_cursor_color(&writer);
try cvs.style.set_cursor_style(&writer);
}
if (cs.eql(cvs)) continue;