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 3721 by doda, Tue Jan 5 02:18:25 2010 UTC revision 3729 by doda, Fri Jan 8 09:34:39 2010 UTC
# Line 2315  void FAR PASCAL WriteIniFile(PCHAR FName Line 2315  void FAR PASCAL WriteIniFile(PCHAR FName
2315    
2316          // Line at a time mode          // Line at a time mode
2317          WriteOnOff(Section, "EnableLineMode", FName, ts->EnableLineMode);          WriteOnOff(Section, "EnableLineMode", FName, ts->EnableLineMode);
2318    
2319            // Clear window on resize
2320            WriteOnOff(Section, "ClearOnResize", FName,
2321                    ts->TermFlag & TF_CLEARONRESIZE);
2322  }  }
2323    
2324  #define VTEditor "VT editor keypad"  #define VTEditor "VT editor keypad"

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

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