aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lange <kevin.lange@phpwnage.com>2011-11-30 15:44:21 -0600
committerKevin Lange <kevin.lange@phpwnage.com>2011-11-30 15:44:21 -0600
commit925e412be5ef5c7046a730a3488528e5faeb441d (patch)
tree9cc81751307bda746f37933c8cf8c6cdda53f300
parent7d0c23406b3d58bdeb467025198d89f5efea884d (diff)
downloadnyancat-925e412be5ef5c7046a730a3488528e5faeb441d.tar.gz
Change description text for the modes. Standard color XTerm looks good, linux+blink is actually the same, and standard ANSI is ugly as hell.
-rw-r--r--nyancat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nyancat.c b/nyancat.c
index 055f5ba..00c43c8 100644
--- a/nyancat.c
+++ b/nyancat.c
@@ -830,9 +830,9 @@ int main(int argc, char ** argv) {
try_again:
printf("Select a mode:\n");
printf(" 1 xterm 256-color compatible mode (best)\n");
- printf(" 2 xterm standard-color mode (okay)\n");
- printf(" 3 linux + blink (may not work)\n");
- printf(" 4 linux fallback (for framebuffers)\n");
+ printf(" 2 xterm standard-color mode (good)\n");
+ printf(" 3 linux + blink attribute (okay)\n");
+ printf(" 4 standard ansi terminal (ugly)\n");
printf("Your selection: ");
char response[10];
fgets(response, 2, stdin);
/span> 2011-08-20normalize with wrap-and-sort(1)Reinhard Tartler2-17/+20 2011-08-20Make lcd4linux linux specificReinhard Tartler1-2/+1 2011-04-29add sqlite3-dev to build dependssiretart@tauware.de2-2/+4 2011-04-29mention new co-maintainersiretart@tauware.de1-0/+1 2011-04-29add libdbus-1-dev to build dependssiretart@tauware.de2-1/+3 2011-04-29normalize fields with wrap-and-sort(1)siretart@tauware.de2-18/+20 2011-04-29fix order of calling dh_autoreconf_cleansiretart@tauware.de1-1/+1 2011-04-29Add Uploader details to Debian PackageJonathan McCrohan1-0/+1 2011-04-27Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency onReinhard Tartler2-1/+5 2011-04-27No longer build the mpd module. Closes: #578226Reinhard Tartler1-0/+1 2011-04-27No longer compile against Python. Python 2.6 now links against libssl,Reinhard Tartler2-2/+3