chore(deps): update tui dependency to 0.9 (#30)
Co-authored-by: Wolfgang Silbermayr <wolfgang@silbermayr.at>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user