地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.

fix: remove self from drawFileName()

+1 -1
+1 -1
src/drawer.zig
··· 29 30 const abs_file_path_bar = try self.drawAbsFilePath(app.alloc, &app.directories, win); 31 const file_info_bar = try self.drawFileInfo(app.alloc, &app.directories, win); 32 - app.last_known_height = try self.drawDirList( 33 &app.directories, 34 win, 35 abs_file_path_bar,
··· 29 30 const abs_file_path_bar = try self.drawAbsFilePath(app.alloc, &app.directories, win); 31 const file_info_bar = try self.drawFileInfo(app.alloc, &app.directories, win); 32 + app.last_known_height = try drawDirList( 33 &app.directories, 34 win, 35 abs_file_path_bar,