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 3660 by doda, Sun Oct 25 16:22:26 2009 UTC revision 3665 by doda, Wed Oct 28 09:22:44 2009 UTC
# Line 1729  void FAR PASCAL WriteIniFile(PCHAR FName Line 1729  void FAR PASCAL WriteIniFile(PCHAR FName
1729                     (WORD) (ts->ColorFlag & CF_URLCOLOR));                     (WORD) (ts->ColorFlag & CF_URLCOLOR));
1730    
1731          WriteOnOff(Section, "URLUnderline", FName,          WriteOnOff(Section, "URLUnderline", FName,
1732                     (WORD) (ts->ColorFlag & CF_URLCOLOR));                     (WORD) (ts->ColorFlag & CF_URLUNDERLINE));
1733    
1734          WriteOnOff(Section, "EnableANSIColor", FName,          WriteOnOff(Section, "EnableANSIColor", FName,
1735                     (WORD) (ts->ColorFlag & CF_ANSICOLOR));                     (WORD) (ts->ColorFlag & CF_ANSICOLOR));

Legend:
Removed from v.3660  
changed lines
  Added in v.3665

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