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 6801 by doda, Tue Jun 13 10:30:12 2017 UTC revision 6803 by doda, Tue Jun 13 10:42:58 2017 UTC
# Line 1471  void PASCAL ReadIniFile(PCHAR FName, PTT Line 1471  void PASCAL ReadIniFile(PCHAR FName, PTT
1471          GetPrivateProfileString(Section, "ZModemRcvCommand", "rz",          GetPrivateProfileString(Section, "ZModemRcvCommand", "rz",
1472                                  ts->ZModemRcvCommand, sizeof(ts->ZModemRcvCommand), FName);                                  ts->ZModemRcvCommand, sizeof(ts->ZModemRcvCommand), FName);
1473    
 #ifndef NO_COPYLINE_FIX  
1474          /* Enable continued-line copy  -- special option */          /* Enable continued-line copy  -- special option */
1475          ts->EnableContinuedLineCopy =          ts->EnableContinuedLineCopy =
1476                  GetOnOff(Section, "EnableContinuedLineCopy", FName, FALSE);                  GetOnOff(Section, "EnableContinuedLineCopy", FName, FALSE);
 #endif                                                  /* NO_COPYLINE_FIX */  
1477    
1478          if (GetOnOff(Section, "DisablePasteMouseRButton", FName, FALSE))          if (GetOnOff(Section, "DisablePasteMouseRButton", FName, FALSE))
1479                  ts->PasteFlag |= CPF_DISABLE_RBUTTON;                  ts->PasteFlag |= CPF_DISABLE_RBUTTON;

Legend:
Removed from v.6801  
changed lines
  Added in v.6803

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