feat: set secondary cursors color from theme in multi cursor mode
This commit is contained in:
parent
44e19d2193
commit
251c74a23b
3 changed files with 14 additions and 0 deletions
|
|
@ -440,6 +440,12 @@ pub fn set_terminal_cursor_color(self: *Self, color: Color) void {
|
|||
//@panic("todo");
|
||||
}
|
||||
|
||||
pub fn set_terminal_secondary_cursor_color(self: *Self, color: Color) void {
|
||||
_ = self;
|
||||
_ = color;
|
||||
//@panic("todo");
|
||||
}
|
||||
|
||||
pub fn set_terminal_working_directory(self: *Self, absolute_path: []const u8) void {
|
||||
_ = self;
|
||||
_ = absolute_path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue