aboutsummaryrefslogtreecommitdiffstats
path: root/modeline
Commit message (Collapse)AuthorAgeFilesLines
* Change descriptionHEADmasterGravatar Tom Willemse2013-08-171-17/+8
|
* Remove unnecessary resourcesGravatar Tom Willemse2013-08-171-16/+7
|
* Locale decode output of commandGravatar Tom Willemse2013-08-141-1/+1
| | | | Otherwise strange encoding errors seem to happen.
* 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-121-0/+408