Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1311 |
// Window report sequence |
// Window report sequence |
| 1312 |
if (GetOnOff(Section, "TitleReportSequence", FName, TRUE)) |
if (GetOnOff(Section, "TitleReportSequence", FName, TRUE)) |
| 1313 |
ts->WindowFlag |= WF_TITLEREPORT; |
ts->WindowFlag |= WF_TITLEREPORT; |
| 1314 |
|
|
| 1315 |
|
// Line at a time mode |
| 1316 |
|
ts->EnableLineMode = GetOnOff(Section, "EnableLineMode", FName, TRUE); |
| 1317 |
} |
} |
| 1318 |
|
|
| 1319 |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
| 2278 |
// Title report sequence |
// Title report sequence |
| 2279 |
WriteOnOff(Section, "TitleReportSequence", FName, |
WriteOnOff(Section, "TitleReportSequence", FName, |
| 2280 |
ts->WindowFlag & WF_TITLEREPORT); |
ts->WindowFlag & WF_TITLEREPORT); |
| 2281 |
|
|
| 2282 |
|
// Line at a time mode |
| 2283 |
|
WriteOnOff(Section, "EnableLineMode", FName, ts->EnableLineMode); |
| 2284 |
} |
} |
| 2285 |
|
|
| 2286 |
#define VTEditor "VT editor keypad" |
#define VTEditor "VT editor keypad" |
|
|
Legend:
| Removed from v.3485 |
|
| changed lines |
| |
Added in v.3501 |
|
|
| |