Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2561 by doda, Mon Jul 14 08:15:10 2008 UTC revision 2562 by doda, Mon Jul 14 08:19:02 2008 UTC
# Line 1822  void CSSetAttr() Line 1822  void CSSetAttr()
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

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