Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1294 |
ts->FontScaling = GetOnOff(Section, "FontScaling", FName, FALSE); |
ts->FontScaling = GetOnOff(Section, "FontScaling", FName, FALSE); |
| 1295 |
|
|
| 1296 |
// Meta sets MSB |
// Meta sets MSB |
|
ts->Meta8Bit = GetOnOff(Section, "Meta8Bit", FName, FALSE); |
|
|
|
|
|
// Meta sets MSB |
|
| 1297 |
GetPrivateProfileString(Section, "Meta8Bit", "off", Temp, sizeof(Temp), FName); |
GetPrivateProfileString(Section, "Meta8Bit", "off", Temp, sizeof(Temp), FName); |
| 1298 |
if (_stricmp(Temp, "raw") == 0 || _stricmp(Temp, "on") == 0) |
if (_stricmp(Temp, "raw") == 0 || _stricmp(Temp, "on") == 0) |
| 1299 |
ts->Meta8Bit = IdMeta8BitRaw; |
ts->Meta8Bit = IdMeta8BitRaw; |
|
|
Legend:
| Removed from v.3507 |
|
| changed lines |
| |
Added in v.3522 |
|
|
| |