MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / extraColorOdd

Method extraColorOdd

src/ViewTask.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 void intraColorEven(Color& c) { _intra_even = c; }
59 void extraPadding(int padding) { _extra_padding = padding; }
60 void extraColorOdd(Color& c) { _extra_odd = c; }
61 void extraColorEven(Color& c) { _extra_even = c; }
62 void truncateLines(int n) { _truncate_lines = n; }
63 void truncateRows(int n) { _truncate_rows = n; }

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected