1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-22 12:17:19 +03:00

fixup x position for new tab button

This commit is contained in:
Wez Furlong 2021-03-11 21:25:54 -08:00
parent eb4323ee59
commit 1097f329cf

View File

@ -242,6 +242,8 @@ impl TabBarState {
x += 1;
}
line.set_cell(x, Cell::new('+', cell_attrs.clone()));
x += 1;
for c in right {
line.set_cell(x, c.clone());
x += 1;