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 2643 by doda, Sun Jan 25 15:46:18 2009 UTC revision 2656 by maya, Wed Feb 11 12:42:51 2009 UTC
# Line 1539  void FAR PASCAL WriteIniFile(PCHAR FName Line 1539  void FAR PASCAL WriteIniFile(PCHAR FName
1539                  ts->TmpColor[0][i * 3 + 1] = GetGValue(ts->VTReverseColor[i]);                  ts->TmpColor[0][i * 3 + 1] = GetGValue(ts->VTReverseColor[i]);
1540                  ts->TmpColor[0][i * 3 + 2] = GetBValue(ts->VTReverseColor[i]);                  ts->TmpColor[0][i * 3 + 2] = GetBValue(ts->VTReverseColor[i]);
1541          }          }
1542          WriteInt6(Section, "VTBlinkColor", FName,          WriteInt6(Section, "VTReverseColor", FName,
1543                    ts->TmpColor[0][0], ts->TmpColor[0][1], ts->TmpColor[0][2],                    ts->TmpColor[0][0], ts->TmpColor[0][1], ts->TmpColor[0][2],
1544                    ts->TmpColor[0][3], ts->TmpColor[0][4], ts->TmpColor[0][5]);                    ts->TmpColor[0][3], ts->TmpColor[0][4], ts->TmpColor[0][5]);
1545    

Legend:
Removed from v.2643  
changed lines
  Added in v.2656

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