* Greatly simplified the bbsview code by eliminating the concept of using a 'pivot...
authorArt Cancro <ajc@citadel.org>
Fri, 5 Feb 2010 05:38:39 +0000 (05:38 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 5 Feb 2010 05:38:39 +0000 (05:38 +0000)
commit30814471bf62a718c952def0793b768f6007a25c
treeac7a9edd77aec58a7a4179a4297130f669f8eedc
parentbf1fb3b078d67fb91adf03e704c941a4d9f13b5f
* Greatly simplified the bbsview code by eliminating the concept of using a 'pivot point' where the new messages start.  What I'm checking in now is just a simple paginated view where the page numbers start at zero and all contain the same number of messages.  Tomorrow I will make 'read new' work correctly by making it jump to an anchor within one of those pages.
webcit/bbsview_renderer.c