Skip to content

Commit

Permalink
chore: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Jun 20, 2024
1 parent 4655b69 commit 9ff06e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
- 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: enable keyboardinterrupts throughout the app
- in get_todo box
- in main window
- in main window
- fix: acurses preserve terminal from prior to app instantiation
- fix: overflow in get_todo for lines with length > 2*width
- fix: copy operation on multiple lines should work for clipboard
- maybe migrate copied_todo to list of todos and add multiple line paste operation from in app copy?

0 comments on commit 9ff06e3

Please sign in to comment.