mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Columns - 'fg' and 'bg'
- Added columns 'fg' and 'bg', despite their being deprecated. Can't remove capabilities without appropriate forewarning.
This commit is contained in:
parent
17dfbabb39
commit
1c98544380
6 changed files with 289 additions and 1 deletions
|
@ -6,12 +6,14 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (columns_SRCS Column.cpp Column.h
|
||||
ColBg.cpp ColBg.h
|
||||
ColDate.cpp ColDate.h
|
||||
ColDepends.cpp ColDepends.h
|
||||
ColDescription.cpp ColDescription.h
|
||||
ColDue.cpp ColDue.h
|
||||
ColEnd.cpp ColEnd.h
|
||||
ColEntry.cpp ColEntry.h
|
||||
ColFg.cpp ColFg.h
|
||||
ColID.cpp ColID.h
|
||||
ColIMask.cpp ColIMask.h
|
||||
ColMask.cpp ColMask.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue