mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +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 (
|
||||
std::vector <std::string>& lines,
|
||||
int width,
|
||||
|
@ -277,6 +278,7 @@ void Column::renderInteger (
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// All floating point values are right-justified.
|
||||
void Column::renderDouble (
|
||||
std::vector <std::string>& lines,
|
||||
int width,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue