summaryrefslogtreecommitdiffstats
path: root/sail/display.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework curses handling.dholland2009-03-151-5/+9
| | | | | | | | | 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-1/+7
| | | | pl_7 was mostly curses/display stuff, is going to be all display stuff. pl_2 is where the main loop lives.
* Move all curses bits to pl_7.c.dholland2009-03-151-15/+4
|
* Lines <= 80 chars, remove trailing whitespace, other formatting adjustments.dholland2009-03-141-3/+5
| | | No functional change.
* Remove clause 3 and 4 from TNF licensesmartin2008-04-281-8/+1
|
* Use License templates from localsrc for license on new files.jwise2001-01-041-2/+9
|
* Break out curses display-related globals into a new header file, so thatjwise2001-01-041-0/+43
<curses.h> doesn't have to be included all over the place.