Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1582 |
GetOnOff(Section, "MouseEventTracking", FName, TRUE); |
GetOnOff(Section, "MouseEventTracking", FName, TRUE); |
| 1583 |
|
|
| 1584 |
// Maximized bug tweak |
// Maximized bug tweak |
| 1585 |
GetPrivateProfileString(Section, "MaximizedBugTweak", "1", Temp, |
GetPrivateProfileString(Section, "MaximizedBugTweak", "2", Temp, |
| 1586 |
sizeof(Temp), FName); |
sizeof(Temp), FName); |
| 1587 |
if (_stricmp(Temp, "on") == 0) { |
if (_stricmp(Temp, "on") == 0) { |
| 1588 |
ts->MaximizedBugTweak = 1; |
ts->MaximizedBugTweak = 2; |
| 1589 |
} |
} |
| 1590 |
else { |
else { |
| 1591 |
ts->MaximizedBugTweak = atoi(Temp); |
ts->MaximizedBugTweak = atoi(Temp); |
|
|
Legend:
| Removed from v.6726 |
|
| changed lines |
| |
Added in v.6730 |
|
|
| |