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 3695 by doda, Sat Nov 21 12:52:05 2009 UTC revision 3721 by doda, Tue Jan 5 02:18:25 2010 UTC
# Line 1329  void FAR PASCAL ReadIniFile(PCHAR FName, Line 1329  void FAR PASCAL ReadIniFile(PCHAR FName,
1329    
1330          // Line at a time mode          // Line at a time mode
1331          ts->EnableLineMode = GetOnOff(Section, "EnableLineMode", FName, TRUE);          ts->EnableLineMode = GetOnOff(Section, "EnableLineMode", FName, TRUE);
1332    
1333            // Clear window on resize
1334            if (GetOnOff(Section, "ClearOnResize", FName, TRUE))
1335                    ts->TermFlag |= TF_CLEARONRESIZE;
1336  }  }
1337    
1338  void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts)  void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts)

Legend:
Removed from v.3695  
changed lines
  Added in v.3721

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