mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Column: Explained justification
This commit is contained in:
parent
4d42584ca0
commit
9ea69ea802
1 changed files with 2 additions and 0 deletions
|
@ -265,6 +265,7 @@ bool Column::validate (std::string& input)
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// All integer values are right-justified.
|
||||||
void Column::renderInteger (
|
void Column::renderInteger (
|
||||||
std::vector <std::string>& lines,
|
std::vector <std::string>& lines,
|
||||||
int width,
|
int width,
|
||||||
|
@ -277,6 +278,7 @@ void Column::renderInteger (
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// All floating point values are right-justified.
|
||||||
void Column::renderDouble (
|
void Column::renderDouble (
|
||||||
std::vector <std::string>& lines,
|
std::vector <std::string>& lines,
|
||||||
int width,
|
int width,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue