Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 1822 |
ColorRef = ts.VTColor[0]; |
ColorRef = ts.VTColor[0]; |
| 1823 |
ts.VTColor[0] = ts.VTColor[1]; |
ts.VTColor[0] = ts.VTColor[1]; |
| 1824 |
ts.VTColor[1] = ColorRef; |
ts.VTColor[1] = ColorRef; |
| 1825 |
|
|
| 1826 |
|
ColorRef = ts.VTBoldColor[0]; |
| 1827 |
|
ts.VTBoldColor[0] = ts.VTBoldColor[1]; |
| 1828 |
|
ts.VTBoldColor[1] = ColorRef; |
| 1829 |
|
|
| 1830 |
|
ColorRef = ts.VTBlinkColor[0]; |
| 1831 |
|
ts.VTBlinkColor[0] = ts.VTBlinkColor[1]; |
| 1832 |
|
ts.VTBlinkColor[1] = ColorRef; |
| 1833 |
|
|
| 1834 |
|
ColorRef = ts.URLColor[0]; |
| 1835 |
|
ts.URLColor[0] = ts.URLColor[1]; |
| 1836 |
|
ts.URLColor[1] = ColorRef; |
| 1837 |
|
|
| 1838 |
#ifdef ALPHABLEND_TYPE2 |
#ifdef ALPHABLEND_TYPE2 |
| 1839 |
BGInitialize(); |
BGInitialize(); |
| 1840 |
#endif |
#endif |
|
|
Legend:
| Removed from v.2561 |
|
| changed lines |
| |
Added in v.2562 |
|
|
|