summaryrefslogtreecommitdiffstats
path: root/sail/pl_2.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework curses handling.dholland2009-03-151-26/+15
| | | | | | | | | The most visible change is that the scrolling buffer of messages now actually scrolls and keeps history, and you type on the bottom line only. For now you can page through the history with ^P/^N; that's not ideal but one can't fix everything all at once. Use resizeable array code (roughly the same that I floated a while ago in connection with make) to hold the scroll.
* Move newturn() from pl_7 to pl_2.dholland2009-03-151-2/+55
| | | | pl_7 was mostly curses/display stuff, is going to be all display stuff. pl_2 is where the main loop lives.
* 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.
* remove redundant decls.christos2001-02-051-4/+2
|
* Various stylistic nits.jwise2001-01-041-3/+3
|
* Break out curses display-related globals into a new header file, so thatjwise2001-01-041-2/+3
| | | <curses.h> doesn't have to be included all over the place.
* More rationalization of include files:jwise2001-01-041-2/+3
| | | | | | | | a.) Don't include a zillion system headers from "extern.h" (actually, don't include any). b.) Break a global jmp_buf variable into a new file, so <setjmp.h> doesn't have to be pulled in everywhere (it's only used in two places). The (one line) new file is (c) TNF with a three-clause license, FW(L)IW.
* Second half of static-ization of local funcs.jwise2001-01-041-2/+4
|
* ANSIfy in preparation for further work.jwise2001-01-011-3/+3
|
* Warns fixes:christos1997-10-131-8/+10
| | | | | | use varargs properly use unsigned chars where appropriate fix typos eliminate gcc warnings
* clean up import, NetBSD RCS IDscgd1995-04-221-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+154