Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1148 |
ts->MaximizedBugTweak = |
ts->MaximizedBugTweak = |
| 1149 |
GetOnOff(Section, "MaximizedBugTweak", FName, TRUE); |
GetOnOff(Section, "MaximizedBugTweak", FName, TRUE); |
| 1150 |
|
|
| 1151 |
// Convert UTF-8 BoxDrawing to DEC Special characters |
// Convert Unicode symbol characters to DEC Special characters |
| 1152 |
ts->UTF8BoxDrawing = |
ts->UnicodeDecSpMapping = |
| 1153 |
GetOnOff(Section, "UTF8BoxDrawing", FName, TRUE); |
GetPrivateProfileInt(Section, "UnicodeToDecSpMapping", 3, FName); |
| 1154 |
|
|
| 1155 |
// VT Window Icon |
// VT Window Icon |
| 1156 |
GetPrivateProfileString(Section, "VTIcon", "Default", |
GetPrivateProfileString(Section, "VTIcon", "Default", |
| 1950 |
// Maximized bug tweak |
// Maximized bug tweak |
| 1951 |
WriteOnOff(Section, "MaximizedBugTweak", FName, ts->MaximizedBugTweak); |
WriteOnOff(Section, "MaximizedBugTweak", FName, ts->MaximizedBugTweak); |
| 1952 |
|
|
| 1953 |
// Convert UTF-8 BoxDrawing to DEC Special characters |
// Convert Unicode symbol characters to DEC Special characters |
| 1954 |
WriteOnOff(Section, "UTF8BoxDrawing", FName, ts->UTF8BoxDrawing); |
WriteUint(Section, "UnicodeToDecSpMapping", FName, ts->UnicodeDecSpMapping); |
| 1955 |
|
|
| 1956 |
// VT Window Icon |
// VT Window Icon |
| 1957 |
IconId2IconName(Temp, sizeof(Temp), ts->VTIcon); |
IconId2IconName(Temp, sizeof(Temp), ts->VTIcon); |
|
|
Legend:
| Removed from v.2518 |
|
| changed lines |
| |
Added in v.2535 |
|
|
| |