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 5403 by maya, Tue Oct 8 12:48:09 2013 UTC revision 5410 by doda, Thu Oct 31 10:27:07 2013 UTC
# Line 1525  void FAR PASCAL ReadIniFile(PCHAR FName, Line 1525  void FAR PASCAL ReadIniFile(PCHAR FName,
1525                  GetPrivateProfileInt(Section, "BeepOverUsedTime", 2, FName);                  GetPrivateProfileInt(Section, "BeepOverUsedTime", 2, FName);
1526          ts->BeepSuppressTime =          ts->BeepSuppressTime =
1527                  GetPrivateProfileInt(Section, "BeepSuppressTime", 5, FName);                  GetPrivateProfileInt(Section, "BeepSuppressTime", 5, FName);
1528    
1529            // Max OSC string buffer size
1530            ts->MaxOSCBufferSize =
1531                    GetPrivateProfileInt(Section, "MaxOSCBufferSize", 4096, FName);
1532  }  }
1533    
1534  void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts)  void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts)
# Line 2683  void FAR PASCAL WriteIniFile(PCHAR FName Line 2687  void FAR PASCAL WriteIniFile(PCHAR FName
2687          WriteInt(Section, "BeepOverUsedCount", FName, ts->BeepOverUsedCount);          WriteInt(Section, "BeepOverUsedCount", FName, ts->BeepOverUsedCount);
2688          WriteInt(Section, "BeepOverUsedTime", FName, ts->BeepOverUsedTime);          WriteInt(Section, "BeepOverUsedTime", FName, ts->BeepOverUsedTime);
2689          WriteInt(Section, "BeepSuppressTime", FName, ts->BeepSuppressTime);          WriteInt(Section, "BeepSuppressTime", FName, ts->BeepSuppressTime);
2690    
2691            // Max OSC string buffer size
2692            WriteInt(Section, "MaxOSCBufferSize", FName, ts->MaxOSCBufferSize);
2693  }  }
2694    
2695  #define VTEditor "VT editor keypad"  #define VTEditor "VT editor keypad"

Legend:
Removed from v.5403  
changed lines
  Added in v.5410

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