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 2640 by doda, Sun Jan 25 14:44:37 2009 UTC revision 2666 by doda, Mon Mar 2 01:43:13 2009 UTC
# Line 1820  void CSSetAttr() Line 1820  void CSSetAttr()
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

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