diff options
author | Florrie <towerofnix@gmail.com> | 2018-08-15 15:46:11 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-08-15 15:46:11 -0300 |
commit | c9cebea24ab42b42d5fdf2f43caa5a056d0602d1 (patch) | |
tree | 65a83639e31066e73de835dfdfc111d9e2c0cea2 | |
parent | dd3afa50bd92152c73837c234661fe1d9fcda399 (diff) |
Mark TODOs done
-rw-r--r-- | todo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 680f5e9..5cc064f 100644 --- a/todo.txt +++ b/todo.txt @@ -61,11 +61,13 @@ TODO: "Open in new tab" in the Open prompt. TODO: Inspect the inevitable memory issues that are absolutely 100% sure to become a problem with opening playlists on the fly. -TODO: Canceling the "enter a playlist source" dialog also stops the current song. +TODO: Cancelling the "enter a playlist source" dialog shouldn't also stop the + current song. TODO: Move TabberElement to tui-lib, at some point. TODO: Make PathElements selectable (again). + (Done!) TODO: Make the tabber UI show handy information, like what tab you've got selected, how many tabs there are, the usual (same way a browser tabber @@ -84,6 +86,7 @@ TODO: Fix crashes related to the window resizing while a download is occurring (i.e. the braille "download spinner" is showing). Very weird! TODO: Investigate performance issues with very very long ListScrollForms. + (Done!) TODO: At some point, putting mtui downloads in ~/.mtui - but preferrably with a more humanish structure - would be quite nice..! |