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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue