fix(terminal): curly underlines mid-chunk (#3125)
This commit is contained in:
parent
7dddaaccd1
commit
06c16bb6d8
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ impl CharacterStyles {
|
|||
}
|
||||
|
||||
// apply new styles
|
||||
*self = *new_styles;
|
||||
*self = new_styles.enable_styled_underlines(self.styled_underlines_enabled);
|
||||
|
||||
if let Some(changed_colors) = changed_colors {
|
||||
if let Some(AnsiCode::ColorIndex(color_index)) = diff.foreground {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue