Don't highlight Tabs separator behind selection

pull/159/head
nytopop 5 years ago committed by Florian Dehau
parent 41cdd3e261
commit 8a9c76b003

@ -131,7 +131,7 @@ where
if x >= tabs_area.right() || last_title {
break;
} else {
buf.set_string(x, tabs_area.top(), self.divider, style);
buf.set_string(x, tabs_area.top(), self.divider, self.style);
x += divider_width;
}
}

Loading…
Cancel
Save