mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReportDay: Modified active interval indicator to be a single character
This commit is contained in:
parent
21809e1724
commit
4f77f336f3
1 changed files with 4 additions and 7 deletions
|
@ -226,13 +226,10 @@ static void renderInterval (
|
|||
// whatever fits.
|
||||
if (! track.range.ended ())
|
||||
{
|
||||
int space = 3;
|
||||
if (width < 3)
|
||||
space = width;
|
||||
|
||||
line2.add (std::string (space, '.'),
|
||||
width - space,
|
||||
colorTrack);
|
||||
/*
|
||||
line2.add ("+", width - 1, colorTrack);
|
||||
*/
|
||||
line2.add ("→", width - 1, colorTrack);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue