Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8279 by zmatsuo, Tue Oct 8 14:38:32 2019 UTC revision 8383 by doda, Thu Nov 21 11:29:48 2019 UTC
# Line 2210  void PASCAL ReadIniFile(PCHAR FName, PTT Line 2210  void PASCAL ReadIniFile(PCHAR FName, PTT
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    
# Line 3530  void PASCAL WriteIniFile(PCHAR FName, PT Line 3534  void PASCAL WriteIniFile(PCHAR FName, PT
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26