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.15 by yutakapon, Wed Jan 23 14:26:33 2008 UTC revision 1.16 by yutakapon, Wed Jan 23 15:10:55 2008 UTC
# Line 1808  void DispDestroyCaret() Line 1808  void DispDestroyCaret()
1808  BOOL IsCaretOn()  BOOL IsCaretOn()
1809  // check if caret is on  // check if caret is on
1810  {  {
1811    return (Active && (CaretStatus==0));          // 非アクティブ(フォーカス無効)の場合においても、カーソル描画を行いたいため、
1812            // 2つめの条件を追加する。(2008.1.24 yutaka)
1813      return ((Active && (CaretStatus==0)) || !Active);
1814  }  }
1815    
1816  void DispEnableCaret(BOOL On)  void DispEnableCaret(BOOL On)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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