Skip to content
Snippets Groups Projects
Commit fcffcae3 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Make JS bbs.msg_number and smb_curmsg writable

These 2 properties, specifically, could be made writable since
1. smb_t.curmsg is a special element owned by the application, not smblib
2. a special sbbs_t.current_msg_number property could be created/used to
   underlie the bbs.msg_number when there's no open message base (by sbbs).

This might be all that's needed to resolve issue #793

The other bbs.msg_* and bbs.smb_* properties are not so easily made writable,
so hopefully that's not desired.
parent 22c2c0a6
No related branches found
No related tags found
No related merge requests found
Pipeline #6899 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment