Skip to content

Commit

Permalink
make default info message more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Oct 1, 2023
1 parent 716c21c commit 88ec950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/print_todos.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ def info_message(win: Any, height: int, width: int) -> None:
"Ndo - an ncurses todo application",
"",
"by Gabriel Natenshon",
"Type `o` to add a new todo",
"Press `o` to add a new todo",
"Or press `h` to view a help menu",
]
maxlen = len(max(text, key=len))
for i, line in enumerate(text):
Expand Down

0 comments on commit 88ec950

Please sign in to comment.