Added file offset memory in menu 14

This commit is contained in:
Michiel Broek 2004-07-08 19:57:25 +00:00
parent 8b152e4960
commit 67458bff84
3 changed files with 4 additions and 5 deletions

View File

@ -33,6 +33,8 @@ v0.61.1 20-Jun-2004.
Added user@domain login for pop3 servers in screen 1.12.
Added compile directive for full newsgate to prevent newsgroup
name creation in default compiled mode.
When editing files, after leaving a file record the file range
displayed stays around the last area.
v0.61.0 06-Jun-2004 - 20-Jun-2004

4
TODO
View File

@ -162,7 +162,3 @@ mbsetup:
N: When a message area is deleted, delete the rulesfile too.
N: In files browsing (menu 14) after leaving a file edit, show the
group of 10 files where that file was in.

View File

@ -232,7 +232,8 @@ void E_F(long areanr)
fread(&fdb, fdbhdr.recsize, 1, fil);
crc = 0xffffffff;
crc = upd_crc32((char *)&fdb, crc, fdbhdr.recsize);
o = ((atoi(menu) - 1) / 10) * 10;
sprintf(temp, "%s/%s", area.Path, fdb.LName);
EditFile();