Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 1820 |
|
|
| 1821 |
BuffUpdateScroll(); |
BuffUpdateScroll(); |
| 1822 |
|
|
| 1823 |
ColorRef = ts.VTColor[0]; |
if (ts.ColorFlag & CF_REVERSECOLOR) { |
| 1824 |
ts.VTColor[0] = ts.VTReverseColor[0]; |
ColorRef = ts.VTColor[0]; |
| 1825 |
ts.VTReverseColor[0] = ColorRef; |
ts.VTColor[0] = ts.VTReverseColor[0]; |
| 1826 |
ColorRef = ts.VTColor[1]; |
ts.VTReverseColor[0] = ColorRef; |
| 1827 |
ts.VTColor[1] = ts.VTReverseColor[1]; |
ColorRef = ts.VTColor[1]; |
| 1828 |
ts.VTReverseColor[1] = ColorRef; |
ts.VTColor[1] = ts.VTReverseColor[1]; |
| 1829 |
|
ts.VTReverseColor[1] = ColorRef; |
| 1830 |
|
ts.VTColor[0] = ts.VTReverseColor[0]; |
| 1831 |
|
} |
| 1832 |
|
else { |
| 1833 |
|
ColorRef = ts.VTColor[0]; |
| 1834 |
|
ts.VTColor[0] = ts.VTColor[1]; |
| 1835 |
|
ts.VTColor[1] = ColorRef; |
| 1836 |
|
} |
| 1837 |
|
|
| 1838 |
ColorRef = ts.VTBoldColor[0]; |
ColorRef = ts.VTBoldColor[0]; |
| 1839 |
ts.VTBoldColor[0] = ts.VTBoldColor[1]; |
ts.VTBoldColor[0] = ts.VTBoldColor[1]; |
|
|
Legend:
| Removed from v.2640 |
|
| changed lines |
| |
Added in v.2666 |
|
|
|