Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1323 |
if (GetOnOff(Section, "WindowReportSequence", FName, TRUE)) |
if (GetOnOff(Section, "WindowReportSequence", FName, TRUE)) |
| 1324 |
ts->WindowFlag |= WF_WINDOWREPORT; |
ts->WindowFlag |= WF_WINDOWREPORT; |
| 1325 |
|
|
| 1326 |
// Window report sequence |
// Title report sequence |
| 1327 |
GetPrivateProfileString(Section, "TitleReportSequence", "Empty", Temp, sizeof(Temp), FName); |
GetPrivateProfileString(Section, "TitleReportSequence", "Empty", Temp, sizeof(Temp), FName); |
| 1328 |
if (_stricmp(Temp, "on") == 0) |
if (_stricmp(Temp, "on") == 0) |
| 1329 |
ts->WindowFlag |= IdTitleReportOn; |
ts->WindowFlag |= IdTitleReportOn; |
|
|
Legend:
| Removed from v.3747 |
|
| changed lines |
| |
Added in v.3749 |
|
|
| |