| 1196 |
GetOnOff(Section, "AutoScrollOnlyInBottomLine", FName, FALSE); |
GetOnOff(Section, "AutoScrollOnlyInBottomLine", FName, FALSE); |
| 1197 |
|
|
| 1198 |
// Accept remote-controlled window title changing |
// Accept remote-controlled window title changing |
| 1199 |
ts->RemoteTitleChanging = |
ts->AcceptTitleChangeRequest = |
| 1200 |
GetOnOff(Section, "AcceptTitleChangingFromRemote", FName, TRUE); |
GetOnOff(Section, "AcceptTitleChangeRequest", FName, TRUE); |
| 1201 |
|
|
| 1202 |
// Size of paste confirm dialog |
// Size of paste confirm dialog |
| 1203 |
GetPrivateProfileString(Section, "PasteDialogSize", "330,220", |
GetPrivateProfileString(Section, "PasteDialogSize", "330,220", |
| 2015 |
ts->UnknownUnicodeCharaAsWide); |
ts->UnknownUnicodeCharaAsWide); |
| 2016 |
|
|
| 2017 |
// Accept remote-controlled window title changing |
// Accept remote-controlled window title changing |
| 2018 |
WriteOnOff(Section, "AcceptTitleChangingFromRemote", FName, |
WriteOnOff(Section, "AcceptTitleChangeRequest", FName, |
| 2019 |
ts->RemoteTitleChanging); |
ts->AcceptTitleChangeRequest); |
| 2020 |
|
|
| 2021 |
// Size of paste confirm dialog |
// Size of paste confirm dialog |
| 2022 |
WriteInt2(Section, "PasteDialogSize", FName, |
WriteInt2(Section, "PasteDialogSize", FName, |