diff --git a/todo.py b/todo.py index 6bfd49c..d0932b1 100755 --- a/todo.py +++ b/todo.py @@ -587,7 +587,7 @@ def main(stdscr: Any) -> int: todos, selected, single_line_state, - Todo().set_display_text(single_line_state.get_extra_data()), + Todo(single_line_state.get_extra_data()), ) single_line_state.set_on() continue diff --git a/todo.txt b/todo.txt index 175c856..653dfb1 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,7 @@ -1 fix strikethrough -1 fix long lines (longer than width // 2 - 1) -1 fix moving down onto a toggled line --2 make multitodo insert use notes rather than todos by ++2 make multitodo insert use notes rather than todos by 2 default -2 fix lines longer than textbox during editing -3 make it work on windows