summaryrefslogtreecommitdiffstats
path: root/sail/array.h
Commit message (Collapse)AuthorAgeFilesLines
* Use __c99inline from sys/cdefs.hjoerg2010-12-081-3/+1
|
* Rework curses handling.dholland2009-03-151-0/+241
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.