Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | timer.c: argc check now prints errors to stderr | Tomasz Kramkowski | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | timer.c: Added check to see if stdout is a tty | Tomasz Kramkowski | 2015-07-19 | 1 | -0/+3 |
| | |||||
* | timer.c: Use SIGWINCH handler to get term_width when changed. | Tomasz Kramkowski | 2015-06-11 | 1 | -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 Kramkowski | 2015-06-11 | 1 | -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 Kramkowski | 2015-05-24 | 1 | -34/+162 |
| | |||||
* | timer.c no longer gives compiler warnings on incompatible format. | Tomasz Kramkowski | 2015-03-09 | 1 | -2/+2 |
| | |||||
* | More code. | EliteTK | 2014-12-29 | 1 | -5/+5 |
| | |||||
* | Added GPL header to files (which I'm mostly sure I wrote) Resolves #1 | EliteTK | 2014-10-07 | 1 | -0/+12 |
| | |||||
* | Fixed .gitignore, added makefile and license, updated timer. | EliteTK | 2014-09-23 | 1 | -4/+4 |
| | |||||
* | Latest 'stuff' | EliteTK | 2014-09-06 | 1 | -36/+45 |
| | |||||
* | More stuff. | EliteTK | 2014-07-10 | 1 | -0/+58 |