mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Enhancements
- Added stubbed DOM code. - Added stubbed TDB2 code.
This commit is contained in:
parent
2ce54f10f8
commit
9b3f565e90
10 changed files with 2157 additions and 15 deletions
|
@ -51,10 +51,12 @@ Context::Context ()
|
|||
, subst ()
|
||||
, task ()
|
||||
, tdb ()
|
||||
, tdb2 ()
|
||||
, program ("")
|
||||
, file_override ("")
|
||||
, var_overrides ("")
|
||||
, cmd ()
|
||||
, dom ()
|
||||
, inShadow (false)
|
||||
, terminal_width (0)
|
||||
, terminal_height (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue