Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-28 | Tick the version number. | Kevin Lange | 1 | -1/+1 | |
2013-01-11 | Update src/nyancat.c | Kevin Lange | 1 | -1/+1 | |
update copyright date, happy new year | |||||
2012-12-21 | Better white and black | Kevin Lange | 1 | -2/+2 | |
2012-12-21 | For the morons using solarized | Kevin Lange | 1 | -7/+7 | |
2012-12-13 | Support building and running on とあるOS | Kevin Lange | 1 | -1/+27 | |
2012-11-13 | Merge pull request #24 from tbielawa/installmanpage | Kevin Lange | 1 | -0/+1 | |
Install the nyancat man page (gzipped) | |||||
2012-11-13 | Install the nyancat man page (gzipped) | Tim Bielawa | 1 | -0/+1 | |
2012-10-07 | Merge pull request #21 from MartinRosenberg/master | Kevin Lange | 1 | -8/+11 | |
Fixed README: Fixed typo, now following 80-characters-per-line convention where possible | |||||
2012-10-07 | Fixed comma splice | Martimus | 1 | -1/+1 | |
2012-10-07 | Fixed typo, now following 80-characters-per-line convention where possible | Martimus | 1 | -8/+11 | |
2012-09-12 | Support the Suckless simple terminal | Kevin Lange | 1 | -0/+2 | |
`st` supports xterm-256color escapes, so just treat it the same as we treat xterm. | |||||
2012-07-03 | Fix type for sb_len | Kevin Lange | 1 | -2/+2 | |
2012-07-03 | Merge pull request #19 from herzi/master | Kevin Lange | 1 | -2/+2 | |
small code adjustments | |||||
2012-07-03 | do not hardcode sizes | Sven Herzberg | 1 | -2/+2 | |
This patch will fix the following warning I received from gcc: > nyancat.c: In function ‘main’: > nyancat.c:497: warning: comparison is always true due to limited range of data type * src/nyancat.c: adjust the size of the array and update the references to its size | |||||
2012-06-07 | Merge pull request #18 from jmccrohan/master | Kevin Lange | 1 | -2/+18 | |
Update README.md | |||||
2012-06-08 | README.md: Update Debian specific information | Jonathan McCrohan | 1 | -2/+8 | |
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> | |||||
2012-06-08 | README.md: Add list of distributions with nyancat | Jonathan McCrohan | 1 | -0/+10 | |
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> | |||||
2012-05-25 | Updated README to note the existence of the Debian package. | Kevin Lange | 1 | -1/+5 | |
2012-05-23 | Merge pull request #17 from jmccrohan/master | Kevin Lange | 1 | -0/+64 | |
Push the Debian manpage upstream | |||||
2012-05-23 | Upstream Debian nyancat manpage | Jonathan McCrohan | 1 | -0/+64 | |
2012-05-19 | Merge pull request #16 from jmccrohan/master | Kevin Lange | 1 | -1/+1 | |
Fix useless build flags | |||||
2012-05-20 | Fix useless build flags | Jonathan McCrohan | 1 | -1/+1 | |
Pass CPPFLAGS and CFLAGS to the compiler. I assume LFLAGS was a typo and should be LDFLAGS instead. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> | |||||
2012-05-09 | So totally should have known about that. Bump to 1.0 | Kevin Lange | 1 | -1/+1 | |
2012-04-01 | :set spell ... I'm a bloody moron. | Kevin Lange | 1 | -7/+7 | |
2012-04-01 | Long options, help text for previous | Kevin Lange | 1 | -0/+4 | |
2012-04-01 | Add options to not clear display and not set title | Kevin Lange | 1 | -12/+49 | |
`nyancat -esnf 1` will (quite nicely) display a single frame and then terminate, in a matter that is perfect for generate MOTDs. `nyancat -esnf 10` (for example) will run through the animation (though it may not work perfectly, depending on the size of your terminal and various other things) | |||||
2012-03-26 | Remove debug output that I completely forgot about | Kevin Lange | 1 | -2/+0 | |
2012-03-25 | Added extra display options | Kevin Lange | 2 | -38/+124 | |
2012-03-23 | (style) | Kevin Lange | 1 | -3/+9 | |
2012-03-23 | Add install target | Kevin Lange | 1 | -1/+4 | |
2012-03-23 | Command line options with getopt_long | Kevin Lange | 1 | -148/+196 | |
2012-03-19 | Merge pull request #15 from rctay/rc/solaris | Kevin Lange | 1 | -0/+8 | |
fixes for Solaris | |||||
2012-03-19 | include ctype.h for tolower() | Tay Ray Chuan | 1 | -0/+1 | |
2012-03-19 | provide struct winsize and TIOCGWINSZ on Solaris | Tay Ray Chuan | 1 | -0/+7 | |
2012-02-22 | Amended license header. | Kevin Lange | 1 | -0/+5 | |
2012-02-21 | Merge pull request #14 from froller/master | Kevin Lange | 1 | -1/+2 | |
Fixed SegFault if TERM variable is not set | |||||
2012-02-21 | Fixed SegFault if TERM variable is not set | Alexander Frolov | 1 | -1/+2 | |
2012-02-20 | Merge pull request #11 from Peetz0r/master | Kevin Lange | 1 | -23/+58 | |
Apple ][ support (please oh please don't break things) | |||||
2012-01-05 | Remove old crontab example that isn't used in the inetd version | Kevin Lange | 1 | -1/+0 | |
2011-12-06 | Clear the screen when done (standalone, not telnet). | Peetz0r | 1 | -2/+2 | |
2011-12-05 | remove crontab file | Peetz0r | 1 | -1/+0 | |
2011-12-05 | Oops... | Peter | 1 | -1/+1 | |
2011-12-05 | Actually limit the terminal width in the right place | Peetz0r | 1 | -4/+5 | |
2011-12-05 | Added my name in the comments ;) | Peetz0r | 1 | -2/+7 | |
2011-12-05 | I already removed the goto's, so let's remove the label as well. | Peetz0r | 1 | -10/+0 | |
2011-12-05 | terminal_width now also working over telnet. | Peetz0r | 1 | -7/+14 | |
2011-12-05 | Update README.md | Kevin Lange | 1 | -1/+1 | |
2011-12-05 | Add Apple ][ support | Peetz0r | 1 | -3/+35 | |
2011-12-04 | [minor] Typo | Kevin Lange | 1 | -1/+1 | |
2011-12-04 | Wow, that was dumb | Kevin Lange | 1 | -2/+2 | |