Develop and Download Open Source Software

Browse CVS Repository

Diff of /ttssh2/teraterm/source/teraterm/vtdisp.c

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

revision 1.19 by yutakapon, Mon Jan 28 13:54:08 2008 UTC revision 1.20 by maya, Tue Jan 29 05:15:44 2008 UTC
# Line 1767  void UpdateCaretKillFocus(BOOL enforce) Line 1767  void UpdateCaretKillFocus(BOOL enforce)
1767            rc.left = CaretX;            rc.left = CaretX;
1768            rc.top = CaretY;            rc.top = CaretY;
1769            if (CursorOnDBCS)            if (CursorOnDBCS)
1770                  rc.right = CaretX + FontWidth*2 - 1;                  rc.right = CaretX + FontWidth*2;
1771            else            else
1772                  rc.right = CaretX + FontWidth - 1;                  rc.right = CaretX + FontWidth;
1773            rc.bottom = CaretY + FontHeight - 1;            rc.bottom = CaretY + FontHeight;
1774              // 指定よりも1ピクセル小さい範囲が再描画されるため
1775              // rc の right, bottom は1ピクセル大きくしている。
1776            InvalidateRect(HVTWin, &rc, FALSE);            InvalidateRect(HVTWin, &rc, FALSE);
1777    }    }
1778  }  }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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