[Ttssh2-commit] [3800] Alternate screen buffer 対応のカーソル保存 (<CSI>?1048h) が正しく働かないのを修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 2月 25日 (木) 19:19:52 JST


Revision: 3800
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3800
Author:   doda
Date:     2010-02-25 19:19:51 +0900 (Thu, 25 Feb 2010)

Log Message:
-----------
Alternate screen buffer 対応のカーソル保存 (<CSI>?1048h) が正しく働かないのを修正。

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


-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2010-02-25 10:16:34 UTC (rev 3799)
+++ trunk/teraterm/teraterm/vtterm.c	2010-02-25 10:19:51 UTC (rev 3800)
@@ -2156,6 +2156,7 @@
 	    if (ts.TermFlag & TF_ALTSCR) {
 	      SaveCursor();
 	    }
+	    break;
 	  case 1049: // Alternate Screen Buffer
 	    if ((ts.TermFlag & TF_ALTSCR) && !AltScr) {
 	      SaveCursor();



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