sharat87 / ti

A simple command line time tracker.
http://ti.sharats.me
122 stars 68 forks source link

Fix interrupts so that only the current task is on the clock. #10

Closed MattHulse closed 9 years ago

MattHulse commented 10 years ago

The interrupt stack is just a list of tasks to jump back to after the current task completes. Also added the interrupt stack to the status output to show the task order.

(If you like the #9 Colorize task names, I have another branch with those changes combined with these.)