feat(gui): add gui cursor rendering
This commit is contained in:
parent
b0d32f3581
commit
546cf1f6dc
5 changed files with 156 additions and 21 deletions
|
|
@ -2190,7 +2190,6 @@ pub fn is_cursor_beam() bool {
|
|||
}
|
||||
|
||||
pub fn has_native_cursor() bool {
|
||||
if (build_options.gui) return false;
|
||||
return current().config_.enable_terminal_cursor;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue