Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |