Allow tasks to be canceled
This commit is contained in:
parent
e0cb1c8f23
commit
0e4ef7fef3
13 changed files with 107 additions and 14 deletions
|
|
@ -134,6 +134,7 @@ impl ShowLines {
|
|||
match kind {
|
||||
LineKind::Task => "T".magenta().bold(),
|
||||
LineKind::Done => "D".green().bold(),
|
||||
LineKind::Canceled => "C".red().bold(),
|
||||
LineKind::Note => "N".blue().bold(),
|
||||
LineKind::Birthday => "B".yellow().bold(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue