aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-13Imported Upstream version 1.2.2upstream/1.2.2upstreamJonathan McCrohan3-7/+7
2013-07-04Imported Upstream version 1.2.1upstream/1.2.1Jonathan McCrohan3-15/+18
2013-07-01Imported Upstream version 1.2upstream/1.2Jonathan McCrohan0-0/+0
2013-05-20Version bumpKevin Lange2-1/+6
2013-05-20Rename animation.h to animation.cKevin Lange2-1/+1
This fixes a meta-bug with github showing nyancat as being Objective C.
2013-03-26Remove legacy toaruos compatibilityKevin Lange1-24/+2
2013-03-07Ah, right, yes.Kevin Lange1-2/+3
2013-03-07Hm, or not.Kevin Lange1-2/+0
2013-03-07Reset alarm before setting to 2secsKevin Lange1-0/+2
2013-03-07Set alarm for extended options.Kevin Lange1-2/+2
Instead of clearing the alarm, set it to two seconds; Previously, this could, potentially, not finish at all on some telnet clients, which is definitely bad. This is a reasonable workaround.
2013-01-28Add CHANGELOGKevin Lange1-0/+10
2013-01-28Tick the version number.Kevin Lange1-1/+1
2013-01-11Update src/nyancat.cKevin Lange1-1/+1
update copyright date, happy new year
2012-12-21Better white and blackKevin Lange1-2/+2
2012-12-21For the morons using solarizedKevin Lange1-7/+7
2012-12-13Support building and running on とあるOSKevin Lange1-1/+27
2012-11-13Merge pull request #24 from tbielawa/installmanpageKevin Lange1-0/+1
Install the nyancat man page (gzipped)
2012-11-13Install the nyancat man page (gzipped)Tim Bielawa1-0/+1
2012-10-07Merge pull request #21 from MartinRosenberg/masterKevin Lange1-8/+11
Fixed README: Fixed typo, now following 80-characters-per-line convention where possible
2012-10-07Fixed comma spliceMartimus1-1/+1
2012-10-07Fixed typo, now following 80-characters-per-line convention where possibleMartimus1-8/+11
2012-09-12Support the Suckless simple terminalKevin Lange1-0/+2
`st` supports xterm-256color escapes, so just treat it the same as we treat xterm.
2012-07-03Fix type for sb_lenKevin Lange1-2/+2
2012-07-03Merge pull request #19 from herzi/masterKevin Lange1-2/+2
small code adjustments
2012-07-03do not hardcode sizesSven Herzberg1-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-07Merge pull request #18 from jmccrohan/masterKevin Lange1-2/+18
Update README.md
2012-06-08README.md: Update Debian specific informationJonathan McCrohan1-2/+8
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-06-08README.md: Add list of distributions with nyancatJonathan McCrohan1-0/+10
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-05-25Updated README to note the existence of the Debian package.Kevin Lange1-1/+5
2012-05-23Merge pull request #17 from jmccrohan/masterKevin Lange1-0/+64
Push the Debian manpage upstream
2012-05-23Upstream Debian nyancat manpageJonathan McCrohan1-0/+64
2012-05-19Merge pull request #16 from jmccrohan/masterKevin Lange1-1/+1
Fix useless build flags
2012-05-20Fix useless build flagsJonathan McCrohan1-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-09So totally should have known about that. Bump to 1.0Kevin Lange1-1/+1
2012-04-01:set spell ... I'm a bloody moron.Kevin Lange1-7/+7
2012-04-01Long options, help text for previousKevin Lange1-0/+4
2012-04-01Add options to not clear display and not set titleKevin Lange1-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-26Remove debug output that I completely forgot aboutKevin Lange1-2/+0
2012-03-25Added extra display optionsKevin Lange2-38/+124
2012-03-23(style)Kevin Lange1-3/+9
2012-03-23Add install targetKevin Lange1-1/+4
2012-03-23Command line options with getopt_longKevin Lange1-148/+196
2012-03-19Merge pull request #15 from rctay/rc/solarisKevin Lange1-0/+8
fixes for Solaris
2012-03-19include ctype.h for tolower()Tay Ray Chuan1-0/+1
2012-03-19provide struct winsize and TIOCGWINSZ on SolarisTay Ray Chuan1-0/+7
2012-02-22Amended license header.Kevin Lange1-0/+5
2012-02-21Merge pull request #14 from froller/masterKevin Lange1-1/+2
Fixed SegFault if TERM variable is not set
2012-02-21Fixed SegFault if TERM variable is not setAlexander Frolov1-1/+2
2012-02-20Merge pull request #11 from Peetz0r/masterKevin Lange1-23/+58
Apple ][ support (please oh please don't break things)
2012-01-05Remove old crontab example that isn't used in the inetd versionKevin Lange1-1/+0