tangled
alpha
login
or
join now
brookjeynes.dev
/
jido
7
fork
atom
地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
7
fork
atom
overview
issues
pulls
pipelines
fix: remove self from drawFileName()
brookjeynes.dev
11 months ago
1884e855
64c7c933
+1
-1
1 changed file
expand all
collapse all
unified
split
src
drawer.zig
+1
-1
src/drawer.zig
···
29
29
30
30
const abs_file_path_bar = try self.drawAbsFilePath(app.alloc, &app.directories, win);
31
31
const file_info_bar = try self.drawFileInfo(app.alloc, &app.directories, win);
32
32
-
app.last_known_height = try self.drawDirList(
32
32
+
app.last_known_height = try drawDirList(
33
33
&app.directories,
34
34
win,
35
35
abs_file_path_bar,