Kevin Lange
89c5bc80e8
Version bump
2013-05-20 16:51:29 -07:00
Kevin Lange
fca462d02b
Rename animation.h to animation.c
...
This fixes a meta-bug with github showing nyancat as being Objective C.
2013-05-20 16:49:53 -07:00
Kevin Lange
7822b31b35
Remove legacy toaruos compatibility
2013-03-26 23:19:14 -07:00
Kevin Lange
43097ebfc2
Ah, right, yes.
2013-03-07 19:54:32 -08:00
Kevin Lange
4960f3ff2f
Hm, or not.
2013-03-07 19:48:47 -08:00
Kevin Lange
4f4d5d418a
Reset alarm before setting to 2secs
2013-03-07 19:47:03 -08:00
Kevin Lange
634c7d3e97
Set alarm for extended options.
...
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-03-07 19:43:48 -08:00
Kevin Lange
4a907ca8ee
Add CHANGELOG
2013-01-28 21:43:05 -08:00
Kevin Lange
5fd6f4b7b1
Tick the version number.
2013-01-28 21:38:05 -08:00
Kevin Lange
3b70f51377
Update src/nyancat.c
...
update copyright date, happy new year
2013-01-11 15:52:05 -08:00
Kevin Lange
3e1afbd2a6
Better white and black
2012-12-21 03:59:38 -08:00
Kevin Lange
1652cd3bd1
For the morons using solarized
2012-12-21 03:50:38 -08:00
Kevin Lange
e948abcb64
Support building and running on とあるOS
2012-12-13 19:58:37 -08:00
Kevin Lange
be9c6c6303
Merge pull request #24 from tbielawa/installmanpage
...
Install the nyancat man page (gzipped)
2012-11-13 10:06:32 -08:00
Tim Bielawa
94995f6d40
Install the nyancat man page (gzipped)
2012-11-13 12:17:06 -05:00
Kevin Lange
5750801fe8
Merge pull request #21 from MartinRosenberg/master
...
Fixed README: Fixed typo, now following 80-characters-per-line convention where possible
2012-10-07 11:41:43 -07:00
Martimus
a13d50cffc
Fixed comma splice
2012-10-07 13:40:47 -05:00
Martimus
466d6da1b3
Fixed typo, now following 80-characters-per-line convention where possible
2012-10-07 13:29:16 -05:00
Kevin Lange
01f6c5ec53
Support the Suckless simple terminal
...
`st` supports xterm-256color escapes, so just treat
it the same as we treat xterm.
2012-09-12 17:42:27 -07:00
Kevin Lange
c035cf7f9b
Fix type for sb_len
2012-07-03 15:24:58 -07:00
Kevin Lange
bc1cda50dc
Merge pull request #19 from herzi/master
...
small code adjustments
2012-07-03 09:30:08 -07:00
Sven Herzberg
fd6b3c6de2
do not hardcode sizes
...
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-07-03 18:12:07 +02:00
Kevin Lange
afc4d6e25e
Merge pull request #18 from jmccrohan/master
...
Update README.md
2012-06-07 18:50:00 -07:00
Jonathan McCrohan
4fad8657d6
README.md: Update Debian specific information
...
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-06-08 01:15:14 +01:00
Jonathan McCrohan
d76f096ca1
README.md: Add list of distributions with nyancat
...
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-06-08 01:13:04 +01:00
Kevin Lange
299654a4b3
Updated README to note the existence of the Debian package.
2012-05-25 23:16:30 +09:00
Kevin Lange
99dc3100b9
Merge pull request #17 from jmccrohan/master
...
Push the Debian manpage upstream
2012-05-23 21:06:19 -07:00
Jonathan McCrohan
1224377cf0
Upstream Debian nyancat manpage
2012-05-23 23:31:03 +01:00
Kevin Lange
5fe3de9803
Merge pull request #16 from jmccrohan/master
...
Fix useless build flags
2012-05-19 17:36:31 -07:00
Jonathan McCrohan
10869208d2
Fix useless build flags
...
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-20 01:18:46 +01:00
Kevin Lange
c6cb5e7f06
So totally should have known about that. Bump to 1.0
2012-05-09 16:58:24 -05:00
Kevin Lange
5a88b86b6a
:set spell ... I'm a bloody moron.
2012-04-01 16:07:35 -05:00
Kevin Lange
0e34917dd9
Long options, help text for previous
2012-04-01 15:32:58 -05:00
Kevin Lange
ed320b7e75
Add options to not clear display and not set title
...
`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-04-01 15:16:05 -05:00
Kevin Lange
022fed78f0
Remove debug output that I completely forgot about
2012-03-26 18:22:24 -05:00
Kevin Lange
415f8251d9
Added extra display options
2012-03-25 19:32:39 -05:00
Kevin Lange
ed21034c7b
(style)
2012-03-23 18:08:37 -05:00
Kevin Lange
98345ae45d
Add install target
2012-03-23 17:59:35 -05:00
Kevin Lange
672b3abae0
Command line options with getopt_long
2012-03-23 17:55:13 -05:00
Kevin Lange
022782ce09
Merge pull request #15 from rctay/rc/solaris
...
fixes for Solaris
2012-03-19 09:55:45 -07:00
Tay Ray Chuan
3fccb064bd
include ctype.h for tolower()
2012-03-19 21:06:12 +08:00
Tay Ray Chuan
d8455890b8
provide struct winsize and TIOCGWINSZ on Solaris
2012-03-19 21:05:01 +08:00
Kevin Lange
004e132ace
Amended license header.
2012-02-22 20:53:39 -06:00
Kevin Lange
0f5778a4a3
Merge pull request #14 from froller/master
...
Fixed SegFault if TERM variable is not set
2012-02-21 07:18:12 -08:00
Alexander Frolov
45856e02ed
Fixed SegFault if TERM variable is not set
2012-02-21 15:04:05 +04:00
Kevin Lange
4fd7ab2ce4
Merge pull request #11 from Peetz0r/master
...
Apple ][ support (please oh please don't break things)
2012-02-20 11:19:53 -08:00
Kevin Lange
64614a5abb
Remove old crontab example that isn't used in the inetd version
2012-01-05 11:51:01 -06:00
Peetz0r
187a214e50
Clear the screen when done (standalone, not telnet).
2011-12-06 10:54:48 +01:00
Peetz0r
322de45995
remove crontab file
2011-12-05 23:41:38 +01:00
Peter
4f158ad930
Oops...
2011-12-05 19:50:52 +01:00