aboutsummaryrefslogtreecommitdiff
path: root/todo.cpp
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-09-19 05:15:35 +0200
committerache <ache@ache.one>2017-09-19 05:15:35 +0200
commite23aaeb0f85b808d758f21d5978ad3a0d0174040 (patch)
treef475071f308b84d60ffbe502e15594cce250fe7d /todo.cpp
parent[QuickFix] Makefile install (diff)
Github todo test
Diffstat (limited to 'todo.cpp')
-rwxr-xr-xtodo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.cpp b/todo.cpp
index c6a4b8f..2770fee 100755
--- a/todo.cpp
+++ b/todo.cpp
@@ -83,6 +83,7 @@ todo todoFromLine(string line) {
}
ostream& operator<<( ostream& os, const todo& todoTask)
{
+ os << " - ";
switch(todoTask.etat ) {
case DONE_STATE:
os << "[" << (color ? "\e[32m✓\e[0m" : "x") << "] ";