Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 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); |
| 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 |
|
|
|