| Age | Commit message (Collapse) | Author | Files | Lines | |||||
|---|---|---|---|---|---|---|---|---|---|
| 2007-02-26 | compiler warnings on x86_64 fixed | michael | 3 | -4/+4 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@774 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-02-25 | ChangeLog refreshed | michael | 2 | -1/+24 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@772 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-02-25 | lots of compiler warnings removed, C++-style comments removed, changed struc ↵ | michael | 51 | -1889/+1896 | |||||
| initialisation from 'field:value' to '.field=value' git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@771 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-02-24 | strstr() and substr() added to string plugin | michael | 1 | -0/+65 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@770 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-02-24 | ChangeLog processed with svn2cl | michael | 1 | -2187/.TH NYANCAT 1 "May, 2012"
.SH NAME
nyancat \- terminal-based Pop Tart Cat animation
.SH SYNOPSIS
.B nyancat [ \-hitn ] [\-f frames]
.SH DESCRIPTION
.B nyancat
is an animated, color, ANSI-text program that renders a loop of the
classic Nyan Cat animation.
.PP
nyancat makes use of various ANSI escape sequences to render color, or in the case
of a VT220, simply dumps text to the screen.
.SH OPTIONS
.TP
.B \-i, \-\-intro
Show introduction / about information on startup.
.TP
.B \-t, \-\-telnet
Enable telnet mode.
.TP
.B \-n, \-\-no\-counter
Do not display the timer.
.TP
.B \-s, \-\-no\-title
Do not set the titlebar text.
.TP
.B \-e, \-\-no\-clear
Do not clear the display between frames.
.TP
.B \-f, \-\-frames
Display the requested number of frames, then quit.
.TP
.B \-r, \-\-min\-rows
Crop the animation from the top.
.TP
.B \-R, \-\-max\-rows
Crop the animation from the bottom.
.TP
.B \-c, \-\-min\-cols
Crop the animation from the left.
.TP
.B \-C, \-\-max\-cols
Crop the animation from the right.
.TP
.B \-W, \-\-width
Crop the animation to the given width.
.TP
.B \-H, \-\-height
Crop the animation to the given height.
.TP
.B \-h, \-\-help
Show help message and exit.
.SH HOMEPAGE
.PP
.B Homepage:
http://miku.acm.uiuc.edu/
.PP
.B Repository:
https://github.com/klange/nyancat
.SH AUTHOR
nyancat was written by Kevin Lange.
.PP
This manual page was written by Jonathan McCrohan <jmccrohan@gmail.com>,
for the Debian project (and may be used by others).
| 2007-01-19 | driver for picoLCD displays from mini-box.com by Nicu Pavel | michael | 5 | -2/+541 |
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@747 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-19 | dynamic properties for keypad widget | michael | 2 | -29/+14 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@746 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-19 | indent | michael | 2 | -5/+5 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@745 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-18 | dynamic properties for Icon widget | michael | 4 | -51/+32 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@744 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-17 | dynamic properties for GPO's | michael | 2 | -33/+26 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@743 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-17 | removed DOS newlines again :-( | michael | 1 | -60/+61 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@742 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-17 | indent | michael | 2 | -9/+8 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@741 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-17 | changed version number from 0.10.1-CVS to 0.10.1-SVN | michael | 2 | -12/+12 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@740 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-16 | new driver 'HD44780-I2C' | michael | 4 | -8/+97 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@739 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-16 | Fix compilation of plugin_wireless.c with linux kernel 2.6.19 from Guillaume ↵ | michael | 1 | -0/+1 | |||||
| LECERF git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@738 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-16 | Patch from Robert Buchholz: NULL driver link error fixed, m4 files included ↵ | michael | 4 | -0/+8 | |||||
| in distribution git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@737 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-16 | patch from Mattia Jona-Lasinio for lcd-linux 0.12.0 | michael | 1 | -25/+24 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@736 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-16 | svn keywords | michael | 1 | -2/+2 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@735 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-16 | removed some DOS newlines | michael | 1 | -7/+8 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@734 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-15 | minor cosmetic changes and fixes | michael | 5 | -11/+5 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@733 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | re-bootstrapped | michael | 4 | -10/+284 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@732 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | svn keywords corrected | michael | 1 | -1/+2 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@731 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | svn keywords corrected | michael | 6 | -47/+5 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@730 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | added svn properties and keywords | michael | 14 | -320/+53 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@729 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | changed $Revision to $Rev | michael | 28 | -28/+28 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@728 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | removed all tags | michael | 125 | -6749/+0 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@727 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | svn properties fixed | michael | 132 | -153/+282 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@726 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | svn:ignore ported from .cvsignore | michael | 0 | -0/+0 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@725 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2007-01-14 | switch from CVS to SVN | michael | 6 | -1658/+511 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@724 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2006-10-01 | [lcd4linux @ 2006-10-01 11:54:38 by reinelt] | reinelt | 3 | -60/+41 | |||||
| timer widget uses properties git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@723 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2006-09-29 | [lcd4linux @ 2006-09-29 04:48:21 by reinelt] | reinelt | 8 | -240/+350 | |||||
| image widget uses properties now; new property 'reload' git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@722 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
| 2006-10-04 | image widget memory leaks fixed (thanks to Magne Torresen) | root | 1 | -22/+25 | |||||
| git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@721 3ae390bd-cb1e-0410-b409-cd5a39f66f1f | |||||||||
