Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 | Command line options with getopt_long | Kevin Lange | 1 | -148/+196 |
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 | Fixed SegFault if TERM variable is not set | Alexander Frolov | 1 | -1/+2 |
2011-12-06 | Clear the screen when done (standalone, not telnet). | Peetz0r | 1 | -2/+2 |
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 | 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 | 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 | 8 | -1765/+1145 |
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 |
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 e... | Myles Borins | 1 | -1/+6 |
2011-12-01 | Fixed some issues with animation. | Aaron Peschel | 1 | -33/+33 |
2011-12-01 | nyancat.c: Fix up sprinkles. | Corbin Simpson | 1 | -24/+24 |
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 | 5 | -9/+102 |
2011-12-01 | Fixed fallback support to use bright foregrounds. Looks a lot better | Kevin Lange | 1 | -16/+19 |