commit 54f77e21e4a3d2c7ac2e8e9643e1c9e5daa30f03 from: Stefan Sperling date: Sun Jan 06 13:10:35 2019 UTC add a TODO file commit - 52a3df9bad8b750ed3ff540ee4fc61181f8c5972 commit + 54f77e21e4a3d2c7ac2e8e9643e1c9e5daa30f03 blob - /dev/null blob + d4cd8ab5a96385249e0fe37fe30281a9bcc0a5df (mode 644) --- /dev/null +++ TODO @@ -0,0 +1,11 @@ +lib: +- convert file index to RB tree and provide a depth-first iteration API +- use first-depth file index iteration when removing files during updates + to fix empty directories left behind, and write a test for this problem + +tog: +- bug: page-down in tree view may move cursor beyond the last visible item +- implement horizonal scrolling in all views +- implement horizonal split view mode +- make it possible to move between commit diffs with a single key press +- implement search feature