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:
@@ -42,7 +42,8 @@ pub fn showCursor() !void {
|
||||
_ = try posix.write(posix.STDIN_FILENO, ctlseqs.show_cursor);
|
||||
}
|
||||
|
||||
pub fn resetCursorColor() !void {
|
||||
pub fn resetCursor() !void {
|
||||
_ = try posix.write(posix.STDIN_FILENO, ctlseqs.reset_cursor_shape);
|
||||
_ = try posix.write(posix.STDIN_FILENO, ctlseqs.osc12_reset);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user