[Ttssh2-commit] [4001] 一度 Pixel モードにすると、それ以降は Cell モードを指定しても Pixel モードになってしまうのを修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 8月 15日 (日) 23:41:40 JST


Revision: 4001
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4001
Author:   doda
Date:     2010-08-15 23:41:40 +0900 (Sun, 15 Aug 2010)

Log Message:
-----------
一度 Pixel モードにすると、それ以降は Cell モードを指定しても Pixel モードになってしまうのを修正。

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


-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2010-08-15 14:38:24 UTC (rev 4000)
+++ trunk/teraterm/teraterm/vtterm.c	2010-08-15 14:41:40 UTC (rev 4001)
@@ -2480,6 +2480,9 @@
 	if (NParam > 1 && Param[2] == 1) {
 	  DecLocatorFlag |= DecLocatorPixel;
 	}
+	else {
+	  DecLocatorFlag &= ~DecLocatorPixel;
+	}
 	break;
 
       case '{': // Select Locator Events (DECSLE)



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