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
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m5s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user