chore(deps): update tui dependency to 0.9 (#30)

Co-authored-by: Wolfgang Silbermayr <wolfgang@silbermayr.at>
This commit is contained in:
silwol
2020-06-18 21:34:26 +02:00
committed by GitHub
parent 03f2fe164a
commit 4f16e669c6
9 changed files with 320 additions and 657 deletions

View File

@@ -61,7 +61,7 @@ impl<'a> TitleLine<'a> {
}
impl<'a> Widget for TitleLine<'a> {
fn draw(&mut self, rect: Rect, buf: &mut Buffer) {
fn render(self, rect: Rect, buf: &mut Buffer) {
let base_path = &self
.base_path_info
.path