From e23aaeb0f85b808d758f21d5978ad3a0d0174040 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 19 Sep 2017 05:15:35 +0200 Subject: Github todo test --- README.md | 7 +++++++ todo.cpp | 1 + 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index aa6ca0b..817b0c9 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,10 @@ Exemple of how you can use it : [✓] Read 1984 [✓] Push it on github ``` + + + + - [ ] Factoriser les modifications + - [ ] Ajouter des commentaires + - [ ] Ajouter une capture d'écran + 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") << "] "; -- cgit v1.2.3