aboutsummaryrefslogtreecommitdiffstats
path: root/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* timer.c: Fix license yearTomasz Kramkowski2015-12-121-1/+1
| | | | Helps if I pay attention to what I'm doing.
* timer.c: cleanupTomasz Kramkowski2015-12-121-101/+68
|
* timer.c: argc check now prints errors to stderrTomasz Kramkowski2015-07-191-1/+1
|
* timer.c: Added check to see if stdout is a ttyTomasz Kramkowski2015-07-191-0/+3
|
* timer.c: Use SIGWINCH handler to get term_width when changed.Tomasz Kramkowski2015-06-111-7/+23
| | | | | timer.c no longer spams ioctl TIOCGWINSZ 4 times a second, it now handles SIGWINCH and sets a file scope variable to the width.
* timer.c: Made years, months and days verbal.Tomasz Kramkowski2015-06-111-3/+25
| | | | | | Years, months and days now display in a verbal fashion and only appear if the values are above 0. Additionally, plural and singular values are also displayed correctly.
* New and improved timer.Tomasz Kramkowski2015-05-241-34/+162
|
* timer.c no longer gives compiler warnings on incompatible format.Tomasz Kramkowski2015-03-091-2/+2
|
* More code.EliteTK2014-12-291-5/+5
|
* Added GPL header to files (which I'm mostly sure I wrote) Resolves #1EliteTK2014-10-071-0/+12
|
* Fixed .gitignore, added makefile and license, updated timer.EliteTK2014-09-231-4/+4
|
* Latest 'stuff'EliteTK2014-09-061-36/+45
|
* More stuff.EliteTK2014-07-101-0/+58