From 88acbeb9ba7cc7c46d5b512e753e7d2edf8ee327 Mon Sep 17 00:00:00 2001 From: mecaneer23 Date: Mon, 11 Dec 2023 17:24:35 -0600 Subject: [PATCH] make multitodo insert use notes rather than todos by default --- todo.py | 2 +- todo.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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