Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 2264 |
|
|
| 2265 |
DispReadIni(FName, ts); |
DispReadIni(FName, ts); |
| 2266 |
|
|
| 2267 |
|
// rounded corner preference for VT/TEK window |
| 2268 |
|
ts->WindowCornerDontround = GetOnOff(Section, "WindowCornerDontround", FName, FALSE); |
| 2269 |
|
|
| 2270 |
// Experimental |
// Experimental |
| 2271 |
ts->ExperimentalTreeProprtySheetEnable = GetOnOff("Experimental", "TreeProprtySheet", FName, FALSE); |
ts->ExperimentalTreeProprtySheetEnable = GetOnOff("Experimental", "TreeProprtySheet", FName, FALSE); |
| 2272 |
} |
} |
| 3535 |
WriteInt(Section, "UnicodeAmbiguousWidth", FName, ts->UnicodeAmbiguousWidth); |
WriteInt(Section, "UnicodeAmbiguousWidth", FName, ts->UnicodeAmbiguousWidth); |
| 3536 |
WriteOnOff(Section, "UnicodeEmojiOverride", FName, ts->UnicodeEmojiOverride); |
WriteOnOff(Section, "UnicodeEmojiOverride", FName, ts->UnicodeEmojiOverride); |
| 3537 |
WriteInt(Section, "UnicodeEmojiWidth", FName, ts->UnicodeEmojiWidth); |
WriteInt(Section, "UnicodeEmojiWidth", FName, ts->UnicodeEmojiWidth); |
| 3538 |
|
|
| 3539 |
|
// // rounded corner preference for VT/TEK window |
| 3540 |
|
WriteOnOff(Section, "WindowCornerDontround", FName, ts->WindowCornerDontround); |
| 3541 |
} |
} |
| 3542 |
|
|
| 3543 |
void PASCAL CopySerialList(const wchar_t *IniSrc, const wchar_t *IniDest, const wchar_t *section, |
void PASCAL CopySerialList(const wchar_t *IniSrc, const wchar_t *IniDest, const wchar_t *section, |
|
|
Legend:
| Removed from v.10017 |
|
| changed lines |
| |
Added in v.10036 |
|
|
| |