1
Fork 0

Set of fixes to improve borrowcks that weren't updated

This commit is contained in:
Jonathan Turner 2016-05-09 14:20:59 -07:00
parent e37f8593e4
commit f3054ce18c
4 changed files with 47 additions and 16 deletions

View file

@ -612,6 +612,7 @@ impl FileInfo {
styled_buffer.set_style(0, p, Style::UnderlinePrimary);
} else {
styled_buffer.putc(1, p, '-', Style::UnderlineSecondary);
styled_buffer.set_style(0, p, Style::UnderlineSecondary);
}
}
}