hartez / todo.txt-PowerShell

Implementation of todo.txt CLI for PowerShell

Home Page:https://hartez.github.io/todo.txt-PowerShell/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colour doesn't get reset

m-ender opened this issue · comments

I just installed the module on PS5, Windows 10, and it seems that the colours don't get reset after running todo:

todo-colour

I don't experience this using PS3 on Windows 8.

I just tested it, and it seems that it only happens if the very last task in the list is a priority task. I'll try to find a fix for that today.

That sort of makes sense, because the if the last task is a non-priority
task, the colour will already be reset to white (because that's the task's
colour).

On Mon, Oct 5, 2015 at 4:29 PM, E.Z. Hart notifications@github.com wrote:

I just tested it, and it seems that it only happens if the very last task
in the list is a priority task. I'll try to find a fix for that today.


Reply to this email directly or view it on GitHub
#9 (comment)
.

Now resets the color after displaying the list.