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 9497 by zmatsuo, Sat Oct 23 16:09:33 2021 UTC revision 9498 by zmatsuo, Sat Oct 23 16:09:46 2021 UTC
# Line 1544  void PASCAL ReadIniFile(const wchar_t *F Line 1544  void PASCAL ReadIniFile(const wchar_t *F
1544          /* Quick-VAN window size -- special */          /* Quick-VAN window size -- special */
1545          ts->QVWinSize = GetPrivateProfileInt(Section, "QVWinSize", 8, FName);          ts->QVWinSize = GetPrivateProfileInt(Section, "QVWinSize", 8, FName);
1546    
         /* Russian character set (print) -- special option */  
         GetPrivateProfileString(Section, "RussPrint", "",  
                                 Temp, sizeof(Temp), FName);  
         ts->RussPrint = str2id(RussList, Temp, IdWindows);  
   
1547          /* Scroll threshold -- special option */          /* Scroll threshold -- special option */
1548          ts->ScrollThreshold =          ts->ScrollThreshold =
1549                  GetPrivateProfileInt(Section, "ScrollThreshold", 12, FName);                  GetPrivateProfileInt(Section, "ScrollThreshold", 12, FName);
# Line 3036  void PASCAL WriteIniFile(const wchar_t * Line 3031  void PASCAL WriteIniFile(const wchar_t *
3031          /* Quick-VAN window size -- special */          /* Quick-VAN window size -- special */
3032          WriteInt(Section, "QVWinSize", FName, ts->QVWinSize);          WriteInt(Section, "QVWinSize", FName, ts->QVWinSize);
3033    
         /* Russian character set (print) -- special option */  
         id2str(RussList, ts->RussPrint, IdWindows, Temp, sizeof(Temp));  
         WritePrivateProfileString(Section, "RussPrint", Temp, FName);  
   
3034          /* Scroll threshold -- special option */          /* Scroll threshold -- special option */
3035          WriteInt(Section, "ScrollThreshold", FName, ts->ScrollThreshold);          WriteInt(Section, "ScrollThreshold", FName, ts->ScrollThreshold);
3036    

Legend:
Removed from v.9497  
changed lines
  Added in v.9498

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