mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-25 02:06:19 +03:00
fix(selection): rendering of characters with unset background (#1250)
create cursor with RESET_STYLES instead of empty styles
This commit is contained in:
parent
3e5eb42f0e
commit
303123f9c6
@ -685,7 +685,7 @@ impl Cursor {
|
||||
x,
|
||||
y,
|
||||
is_hidden: false,
|
||||
pending_styles: CharacterStyles::new(),
|
||||
pending_styles: RESET_STYLES,
|
||||
charsets: Default::default(),
|
||||
shape: CursorShape::Initial,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user