X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Ftask.c;h=6e7ae0c39f044a7b86e3525d642797e2ed8f9c78;hb=HEAD;hp=4ed23eec9a830df60ccf0d7372fb38878adbba98;hpb=8e31b107ced5cae9230623a22d11ca37f391e74a;p=mTask.git diff --git a/client/task.c b/client/task.c index 4ed23ee..6e7ae0c 100644 --- a/client/task.c +++ b/client/task.c @@ -92,6 +92,10 @@ void task_delete(uint8_t c) } t = task_next(t); } + //Write deletion spec + write_byte('d'); + write16(c); + write_byte('\n'); if(t != NULL){ //We found the task, now we move everything from the end of the task up