Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 2210 |
else |
else |
| 2211 |
ts->TerminalOutputSpeed = ts->TerminalInputSpeed; |
ts->TerminalOutputSpeed = ts->TerminalInputSpeed; |
| 2212 |
|
|
| 2213 |
|
// Clear scroll buffer from remote -- special option |
| 2214 |
|
if (GetOnOff(Section, "ClearScrollBufferFromRemote", FName, TRUE)) |
| 2215 |
|
ts->TermFlag |= TF_REMOTECLEARSBUFF; |
| 2216 |
|
|
| 2217 |
// Fallback to CP932 (Experimental) |
// Fallback to CP932 (Experimental) |
| 2218 |
ts->FallbackToCP932 = GetOnOff(Section, "FallbackToCP932", FName, FALSE); |
ts->FallbackToCP932 = GetOnOff(Section, "FallbackToCP932", FName, FALSE); |
| 2219 |
|
|
| 3534 |
ts->TerminalInputSpeed, ts->TerminalOutputSpeed); |
ts->TerminalInputSpeed, ts->TerminalOutputSpeed); |
| 3535 |
} |
} |
| 3536 |
|
|
| 3537 |
|
// Clear scroll buffer from remote -- special option |
| 3538 |
|
WriteOnOff(Section, "ClearScrollBufferFromRemote", FName, |
| 3539 |
|
(WORD) (ts->PasteFlag & TF_REMOTECLEARSBUFF)); |
| 3540 |
|
|
| 3541 |
// CygTerm Configuration File |
// CygTerm Configuration File |
| 3542 |
WriteCygtermConfFile(ts); |
WriteCygtermConfFile(ts); |
| 3543 |
|
|
|
|
Legend:
| Removed from v.8279 |
|
| changed lines |
| |
Added in v.8383 |
|
|
| |