fix(gui): re-enable blinking cursors by default
This commit is contained in:
parent
2adad0b05b
commit
4b4e2465c7
1 changed files with 1 additions and 3 deletions
|
|
@ -2202,9 +2202,7 @@ pub fn get_cursor_shape() renderer.CursorShape {
|
|||
default_cursor
|
||||
else
|
||||
default_cursor;
|
||||
const shape = if (build_options.gui and shape_ == .default)
|
||||
.beam
|
||||
else if (self.rdr_.vx.caps.multi_cursor and shape_ == .default)
|
||||
const shape = if (self.rdr_.vx.caps.multi_cursor and shape_ == .default)
|
||||
.beam_blink
|
||||
else
|
||||
shape_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue