diff --git a/todo.txt b/todo.txt index ea4ed9d..ce00515 100644 --- a/todo.txt +++ b/todo.txt @@ -12,4 +12,6 @@ - fix: reimplement acurses support for windows - fix: if holding down a key in acurses, make sure it doesn't stay pressed longer than it should (i.e. holding j key) (only reproducible in some terminals) - fix: acurses preserve terminal from prior to app instantiation -- feat: migrate copied_todo to list of todos and add multiple line paste operation from in app copy \ No newline at end of file +- feat: migrate copied_todo to list of todos and add multiple line paste operation from in app copy +- fix: visual glitch when len(todos) == 1 +- feat: make join_lines allow for a multi-todo selection \ No newline at end of file