[Ttssh2-commit] [3262] とりあえず、モーションイベントのレポート文字列を生成できるようにした。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 30日 (月) 19:37:13 JST


Revision: 3262
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3262
Author:   doda
Date:     2009-03-30 19:37:13 +0900 (Mon, 30 Mar 2009)

Log Message:
-----------
とりあえず、モーションイベントのレポート文字列を生成できるようにした。
まだどこからもモーションイベントとして呼ばれるようになっていないので、実際には使われない。

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtterm.c


-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2009-03-30 00:37:21 UTC (rev 3261)
+++ trunk/teraterm/teraterm/vtterm.c	2009-03-30 10:37:13 UTC (rev 3262)
@@ -3257,6 +3257,9 @@
       switch (MouseReportMode) {
 	case IdMouseTrackBtnEvent: /* not supported yet */
 	case IdMouseTrackAllEvent: /* not supported yet */
+	  len = MakeMouseReportStr(Report, sizeof Report, Button | modifier | 32, x, y);
+	  break;
+
 	case IdMouseTrackDECELR: /* not supported yet */
 	case IdMouseTrackVT200Hl: /* not supported yet */
 	case IdMouseTrackX10: /* nothing to do */



Ttssh2-commit メーリングリストの案内
Back to archive index