Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-12-04 | Reset colors when exited from standalone mode | Kevin Lange | 1 | -1/+1 | |
2011-12-04 | Tell people how to exit in the MOTD | Kevin Lange | 1 | -2/+6 | |
2011-12-04 | Fix up the MOTD a bit | Kevin Lange | 1 | -12/+12 | |
2011-12-04 | Um, derp | Kevin Lange | 1 | -1/+1 | |
2011-12-04 | [minor] | Kevin Lange | 1 | -3/+6 | |
2011-12-04 | Document, document, document. | Kevin Lange | 1 | -25/+88 | |
2011-12-04 | comments; do not break out of options on a non-IAC | Kevin Lange | 1 | -2/+7 | |
2011-12-04 | Use setjmp and alarm to break out of options handling | Kevin Lange | 1 | -68/+86 | |
2011-12-04 | Set the terminal title (xterm, gnome-terminal, screen...) | Kevin Lange | 1 | -0/+5 | |
2011-12-04 | Fix colors for text | Kevin Lange | 1 | -1/+2 | |
2011-12-04 | You have nyaned for (way too long) | Kevin Lange | 1 | -4/+25 | |
2011-12-03 | Add a workaround for netcat | Kevin Lange | 1 | -0/+2 | |
2011-12-03 | Fix linefeeds | Kevin Lange | 1 | -14/+35 | |
2011-12-03 | Comments? In /my/ code? It's more likely than you think. | Kevin Lange | 1 | -58/+143 | |
2011-12-03 | updated readme | Kevin Lange | 1 | -3/+3 | |
2011-12-03 | Restore updated VT220 palette | Kevin Lange | 1 | -4/+4 | |
2011-12-03 | Fix merge conflict | Kevin Lange | 1 | -51/+51 | |
2011-12-03 | Get rid of all of that nasty python | Kevin Lange | 9 | -1769/+1147 | |
2011-12-03 | Perhaps better characters for a VT220 | Kevin Lange | 1 | -4/+4 | |
2011-12-03 | Fix string literal warning | Kevin Lange | 1 | -1/+1 | |
2011-12-03 | Make the eyes uniform | Kevin Lange | 1 | -24/+24 | |
2011-12-03 | Use the flat mouth | Kevin Lange | 1 | -24/+24 | |
2011-12-02 | Merge pull request #9 from MostAwesomeDude/fix-sprinkles | Kevin Lange | 1 | -43/+43 | |
nyancat.c: Fix up sprinkles. | |||||
2011-12-02 | Merge pull request #10 from TheAlphaNerd/master | Kevin Lange | 1 | -1/+7 | |
Added SIGINT_Handler | |||||
2011-12-02 | Added include for signal.h | Myles Borins | 1 | -0/+1 | |
2011-12-02 | Added SIGINT_handler to re-initialize cursor for reset on non-sane terminal ↵ | Myles Borins | 1 | -1/+6 | |
emulators | |||||
2011-12-01 | Fixed some issues with animation. | Aaron Peschel | 1 | -33/+33 | |
Conflicts: src/nyancat.c | |||||
2011-12-01 | nyancat.c: Fix up sprinkles. | Corbin Simpson | 1 | -24/+24 | |
In the top left and top right, a pair of sprinkles were occasionally missing; they are now always present. In the bottom left, a corner of the poptart was occasionally frosted instead of cookie; it is now always cookie to match the other corners. In the bottom left, a sprinkle was occilating between two locations; it was moved to the more correct location on the right. | |||||
2011-12-01 | Update README | Kevin Lange | 1 | -2/+2 | |
2011-12-01 | People won't have that, let's not scare them with an error message | Kevin Lange | 1 | -1/+1 | |
2011-12-01 | make that executable | Kevin Lange | 1 | -0/+0 | |
2011-12-01 | Update everything | Kevin Lange | 7 | -9/+105 | |
2011-12-01 | Fixed fallback support to use bright foregrounds. Looks a lot better | Kevin Lange | 1 | -16/+19 | |
2011-12-01 | Add license header to c source | Kevin Lange | 1 | -1/+28 | |
2011-12-01 | Fix Makefile | Kevin Lange | 1 | -1/+1 | |
2011-11-30 | Merge pull request #2 from apeschel/autotools | Kevin Lange | 5 | -2/+50 | |
[apeschel] Made project more in line with Autotools standard. | |||||
2011-11-30 | Made project more in line with Autotools standard. | Aaron Peschel | 5 | -2/+50 | |
2011-11-30 | Make some changes to the server to make it easier to close | Kevin Lange | 1 | -2/+11 | |
2011-11-30 | More readme updates | Kevin Lange | 1 | -0/+6 | |
2011-11-30 | Update readme | Kevin Lange | 1 | -0/+16 | |
2011-11-30 | That's a layover from the ToaruOS version of this... | Kevin Lange | 1 | -1/+0 | |
2011-11-30 | rxvt should emulate linux | Kevin Lange | 1 | -1/+3 | |
2011-11-30 | Buffer 1024 characters on each read | Kevin Lange | 1 | -1/+1 | |
2011-11-30 | Hide the cursor | Kevin Lange | 1 | -1/+1 | |
2011-11-30 | Merge branch 'master' of github.com:klange/nyancat | Kevin Lange | 1 | -3/+3 | |