diff options
| author | ache <ache@ache.one> | 2017-09-19 05:15:35 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2017-09-19 05:15:35 +0200 |
| commit | e23aaeb0f85b808d758f21d5978ad3a0d0174040 (patch) | |
| tree | f475071f308b84d60ffbe502e15594cce250fe7d | |
| parent | [QuickFix] Makefile install (diff) | |
Github todo test
| -rw-r--r-- | README.md | 7 | ||||
| -rwxr-xr-x | todo.cpp | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -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 + @@ -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") << "] "; |