Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1586 |
GetOnOff(Section, "MouseEventTracking", FName, TRUE); |
GetOnOff(Section, "MouseEventTracking", FName, TRUE); |
| 1587 |
|
|
| 1588 |
// Maximized bug tweak |
// Maximized bug tweak |
| 1589 |
ts->MaximizedBugTweak = |
GetPrivateProfileString(Section, "MaximizedBugTweak", "1", Temp, |
| 1590 |
GetOnOff(Section, "MaximizedBugTweak", FName, TRUE); |
sizeof(Temp), FName); |
| 1591 |
|
if (_stricmp(Temp, "on") == 0) { |
| 1592 |
|
ts->MaximizedBugTweak = 1; |
| 1593 |
|
} |
| 1594 |
|
else { |
| 1595 |
|
ts->MaximizedBugTweak = atoi(Temp); |
| 1596 |
|
} |
| 1597 |
|
|
| 1598 |
// Convert Unicode symbol characters to DEC Special characters |
// Convert Unicode symbol characters to DEC Special characters |
| 1599 |
ts->UnicodeDecSpMapping = |
ts->UnicodeDecSpMapping = |
| 2918 |
ts->MouseEventTracking); |
ts->MouseEventTracking); |
| 2919 |
|
|
| 2920 |
// Maximized bug tweak |
// Maximized bug tweak |
| 2921 |
WriteOnOff(Section, "MaximizedBugTweak", FName, ts->MaximizedBugTweak); |
WriteInt(Section, "MaximizedBugTweak", FName, ts->MaximizedBugTweak); |
| 2922 |
|
|
| 2923 |
// Convert Unicode symbol characters to DEC Special characters |
// Convert Unicode symbol characters to DEC Special characters |
| 2924 |
WriteUint(Section, "UnicodeToDecSpMapping", FName, ts->UnicodeDecSpMapping); |
WriteUint(Section, "UnicodeToDecSpMapping", FName, ts->UnicodeDecSpMapping); |
|
|
Legend:
| Removed from v.6666 |
|
| changed lines |
| |
Added in v.6671 |
|
|
| |