Browse CVS Repository
Diff of /ttssh2/teraterm/source/teraterm/vtdisp.c
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1704 |
return; |
return; |
| 1705 |
|
|
| 1706 |
// Eterm lookfeelの場合は何もしない |
// Eterm lookfeelの場合は何もしない |
| 1707 |
|
#ifdef ALPHABLEND_TYPE2 |
| 1708 |
if (BGEnable) |
if (BGEnable) |
| 1709 |
return; |
return; |
| 1710 |
|
#endif // ALPHABLEND_TYPE2 |
| 1711 |
|
|
| 1712 |
/* Get Device Context */ |
/* Get Device Context */ |
| 1713 |
DispInitDC(); |
DispInitDC(); |
| 1762 |
return; |
return; |
| 1763 |
|
|
| 1764 |
// Eterm lookfeelの場合は何もしない |
// Eterm lookfeelの場合は何もしない |
| 1765 |
|
#ifdef ALPHABLEND_TYPE2 |
| 1766 |
if (BGEnable) |
if (BGEnable) |
| 1767 |
return; |
return; |
| 1768 |
|
#endif // ALPHABLEND_TYPE2 |
| 1769 |
|
|
| 1770 |
if (enforce == TRUE || !Active) { |
if (enforce == TRUE || !Active) { |
| 1771 |
rc.left = CaretX; |
rc.left = CaretX; |
|
|
Legend:
| Removed from v.1.21 |
|
| changed lines |
| |
Added in v.1.22 |
|
|
|