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 5073 by doda, Sat Nov 24 11:07:38 2012 UTC revision 5077 by doda, Tue Nov 27 09:45:19 2012 UTC
# Line 1974  void CSSetAttr()               // SGR Line 1974  void CSSetAttr()               // SGR
1974                                          }                                          }
1975                                          break;                                          break;
1976                                  }                                  }
1977                                  if (color >= 0) {                                  if (color >= 0 && color < 256) {
1978                                          CharAttr.Attr2 |= Attr2Fore;                                          CharAttr.Attr2 |= Attr2Fore;
1979                                          CharAttr.Fore = color;                                          CharAttr.Fore = color;
1980                                          BuffSetCurCharAttr(CharAttr);                                          BuffSetCurCharAttr(CharAttr);
# Line 2056  void CSSetAttr()               // SGR Line 2056  void CSSetAttr()               // SGR
2056                                          }                                          }
2057                                          break;                                          break;
2058                                  }                                  }
2059                                  if (color >= 0) {                                  if (color >= 0 && color < 256) {
2060                                          CharAttr.Attr2 |= Attr2Back;                                          CharAttr.Attr2 |= Attr2Back;
2061                                          CharAttr.Back = color;                                          CharAttr.Back = color;
2062                                          BuffSetCurCharAttr(CharAttr);                                          BuffSetCurCharAttr(CharAttr);

Legend:
Removed from v.5073  
changed lines
  Added in v.5077

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