diff --git a/src/get_todo.py b/src/get_todo.py index 549a620..e700850 100644 --- a/src/get_todo.py +++ b/src/get_todo.py @@ -343,9 +343,6 @@ def get_todo( return todo.set_display_text( _set_once(mode, chars, position, todo.get_color()), ) - # Why isn't this bit necessary? Does the for loop print it correctly regardless? - # if position == len(chars): - # win.addch(1, len(chars) + 1, "█") for i, char in enumerate("".join(chars).ljust(win.getmaxyx()[1] - 2)): # why does acurses break if the following line uses addch rather than addstr? win.addstr(