ncdu-zig/src
Yorhel e12eb4556d UI: Implement dir navigation & remember view of past dirs
Now we're getting somewhere. This works surprisingly well, too. Existing
ncdu behavior is to remember which entry was previously selected but not
which entry was displayed at the top, so the view would be slightly
different when switching directories. This new approach remembers both
the entry and the offset.
2021-05-07 17:16:39 +02:00
..
browser.zig UI: Implement dir navigation & remember view of past dirs 2021-05-07 17:16:39 +02:00
main.zig UI: Implement dir navigation & remember view of past dirs 2021-05-07 17:16:39 +02:00
model.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00
ncurses_refs.c More UI stuff: nice string handling/shortening + Zig bug workaround 2021-05-05 08:03:27 +02:00
scan.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00
ui.zig Initial keyboard input handling + item&sort selection 2021-05-07 12:01:00 +02:00
util.zig More UI stuff + shave off 16 bytes from model.Dir 2021-05-06 19:20:55 +02:00