summaryrefslogtreecommitdiffstats
path: root/rain/rain.c
Commit message (Collapse)AuthorAgeFilesLines
* rain(6): Make the default delay useful for modern terminalsnia2020-10-141-3/+3
|
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+4
| | | next curses call
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
|
* Enable WARNS=3 and pass lint(1).rpaulo2005-08-091-23/+24
| | | ok christos@
* - don't catch STOP, TSTP, QUIT; the first you cannot catch and the other twochristos2004-05-021-22/+24
| | | | | you should not. - don't accept delay == 1000, because it turns to 0 and fix the number parsing - misc KNF cleanups.
* Hide the cursor if possible. From OpenBSD.jsm2004-02-081-2/+3
|
* Remove uses of __P.jsm2004-01-271-4/+4
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Revert inclusion of <string.h> now that curses has been fixed.simonb1999-08-081-3/+2
|
* Need <strings.h>.thorpej1999-08-041-2/+3
|
* This patch converts rain(6) to use curses, therebyhubertf1999-07-301-133/+48
| | | | | | | | significantly simplifying the code and improving its portability. It also adds a delay option from OpenBSD to make the display go at a useful speed on fast terminals, and fixes signal handling to make it reliable. Patch supplied by Joseph Myers <jsm28@cam.ac.uk> in PR 6659.
* #include <string.h>cjs1997-10-131-2/+3
|
* use <termcap.h> instead of <curses.h> for termcap(3) functionslukem1997-10-131-3/+3
|
* WARNSifylukem1997-10-121-33/+31
|
* Use POSIX tty semantics.mycroft1995-04-291-35/+10
|
* clean up fputchar types (again)cgd1995-04-221-5/+5
|
* clean up import. NetBSD RCS IDscgd1995-04-221-9/+14
|
* TIOCGWINSZderaadt1994-04-051-5/+17
|
* Eliminate a compiler warning.mycroft1993-12-081-3/+3
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+245