aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless overlayGravatar Tom Willemse2013-08-121-1/+0
| | | | I copy/pasted it when testing the timer, then forgot to remove it.
* Resize to (rows - 1) * line_heightGravatar Tom Willemse2013-08-121-2/+2
| | | | | | The problem with resizing to `height - line_height' is that when size hints are not honored `height' is not the same as `rows * line_height', but slightly more.
* Pass the number of columns to the commandGravatar Tom Willemse2013-08-121-1/+1
| | | | Users can use this to align their text.
* Initial commitGravatar Tom Willemse2013-08-122-0/+417