| 900 |
/* Kermit log -- special option */ |
/* Kermit log -- special option */ |
| 901 |
if (GetOnOff(Section, "KmtLog", FName, FALSE)) |
if (GetOnOff(Section, "KmtLog", FName, FALSE)) |
| 902 |
ts->LogFlag |= LOG_KMT; |
ts->LogFlag |= LOG_KMT; |
| 903 |
|
if (GetOnOff(Section, "KmtLongPacket", FName, FALSE)) |
| 904 |
|
ts->KermitOpt |= KmtOptLongPacket; |
| 905 |
|
if (GetOnOff(Section, "KmtFileAttr", FName, FALSE)) |
| 906 |
|
ts->KermitOpt |= KmtOptFileAttr; |
| 907 |
|
|
| 908 |
// Enable language selection -- special option |
// Enable language selection -- special option |
| 909 |
if (!GetOnOff(Section, "LanguageSelection", FName, TRUE)) |
if (!GetOnOff(Section, "LanguageSelection", FName, TRUE)) |
| 2163 |
|
|
| 2164 |
/* Kermit log -- special option */ |
/* Kermit log -- special option */ |
| 2165 |
WriteOnOff(Section, "KmtLog", FName, (WORD) (ts->LogFlag & LOG_KMT)); |
WriteOnOff(Section, "KmtLog", FName, (WORD) (ts->LogFlag & LOG_KMT)); |
| 2166 |
|
WriteOnOff(Section, "KmtLongPacket", FName, (WORD) (ts->KermitOpt & KmtOptLongPacket)); |
| 2167 |
|
WriteOnOff(Section, "KmtFileAttr", FName, (WORD) (ts->KermitOpt & KmtOptFileAttr)); |
| 2168 |
|
|
| 2169 |
// Enable language selection -- special option |
// Enable language selection -- special option |
| 2170 |
if ((ts->MenuFlag & MF_NOLANGUAGE) == 0) |
if ((ts->MenuFlag & MF_NOLANGUAGE) == 0) |