1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

termwiz: fixup windows tests after b3f51e8ee2

This commit is contained in:
Wez Furlong 2020-10-11 17:44:38 -07:00
parent 7767fbe88f
commit 06cd143dd5

View File

@ -401,7 +401,7 @@ impl WindowsConsoleRenderer {
self.pending_attr.set_background(*col);
}
Change::Attribute(AttributeChange::Hyperlink(link)) => {
self.pending_attr.hyperlink = link.clone();
self.pending_attr.set_hyperlink(link.clone());
}
Change::AllAttributes(all) => {
self.pending_attr = all.clone();