feat(gui): add gui cursor rendering

This commit is contained in:
CJ van den Berg 2026-04-07 15:28:47 +02:00
parent b0d32f3581
commit 546cf1f6dc
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 156 additions and 21 deletions

View file

@ -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;
}