OPTIONS.SYS
(../fbb/options.sys)
This file holds the different options of the software.
Each option is defined as an integer (2 bytes).
struct {
int beep ; /* 2 Connection beep validated */
int ok_chat ; /* 2 T command allowed */
int ok_disp ; /* 2 Indication of channels */
int separe ; /* 2 Position of the split line */
int split ; /* 2 DOS screen is splitted */
int gate ; /* 2 Gateway validated */
int justif ; /* 2 Justification validated */
int upd_fwd ; /* 2 Message list is being rescanned */
int sed ; /* 2 Internal screen editor validated */
};
