[Ttssh2-commit] [4023] Locator Device Status Report に対応。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 8月 19日 (木) 17:30:55 JST


Revision: 4023
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4023
Author:   doda
Date:     2010-08-19 17:30:55 +0900 (Thu, 19 Aug 2010)

Log Message:
-----------
Locator Device Status Report に対応。

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


-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2010-08-19 07:56:17 UTC (rev 4022)
+++ trunk/teraterm/teraterm/vtterm.c	2010-08-19 08:30:55 UTC (rev 4023)
@@ -2339,6 +2339,12 @@
 
     void CSQ_n_Mode()		// DSR (DEC)
     {
+      switch (Param[1]) {
+	case 53:
+	  /* Locator Device Status Report -> Ready */
+	  SendCSIstr("?50n", 4);
+	  break;
+      }
     }
 
   void CSQuest(BYTE b)



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