summaryrefslogtreecommitdiffstats
path: root/sail/array.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework curses handling.dholland2009-03-151-0/+123
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.