dgets / DOCshell

Damo's version of the DOC (Citadel-esque) shell, in JavaScript, for use with Synchronet 3.14+ systems
https://www.pivotaltracker.com/n/projects/1206002
4 stars 1 forks source link

Scanning for new messages starts a reverse read when new messages are encountered #177

Closed dgets closed 9 years ago

dgets commented 9 years ago

Now that I've managed to get past the fact that going through a new scan was only stopping at an area with new messages (or News>, for some [message numbers?] reason), the scan is correctly finding the freshly updated areas. However, when it drops into the routine for actually displaying the messages, it initiates a 'b' scan (read reverse). Obviously, this is not what we want.

dgets commented 9 years ago

Seems to be fixed as of the latest commit: https://github.com/dgets/DOCshell/commit/8f1220219054d6041bdd22392b5df01a679416b8. Closing this for now, though there are still some message scanning issues that are being sorted out.