fix(win32): add missing multi cursor function stubs
This commit is contained in:
parent
5caab36297
commit
dd5bdfdf8a
1 changed files with 11 additions and 0 deletions
|
@ -476,3 +476,14 @@ pub fn cursor_disable(self: *Self) void {
|
|||
_ = self;
|
||||
//@panic("todo");
|
||||
}
|
||||
pub fn clear_all_multi_cursors(self: *Self) !void {
|
||||
_ = self;
|
||||
//@panic("todo");
|
||||
}
|
||||
pub fn show_multi_cursor_yx(self: *Self, y: c_int, x: c_int) !void {
|
||||
_ = self;
|
||||
_ = y;
|
||||
_ = x;
|
||||
//@panic("todo");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue