[Ttssh2-commit] [7043] NumOfColumns -> NumOfLines

Back to archive index

scmno****@osdn***** scmno****@osdn*****
2018年 2月 21日 (水) 12:01:46 JST


Revision: 7043
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7043
Author:   doda
Date:     2018-02-21 12:01:46 +0900 (Wed, 21 Feb 2018)
Log Message:
-----------
NumOfColumns -> NumOfLines

MainBottom は Y 座標になるので、端末の横幅である NumOfColumns を
代入するのは間違いだと思われる。
端末の縦幅である NuMOfLines に修正。

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

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2018-02-21 03:01:42 UTC (rev 7042)
+++ trunk/teraterm/teraterm/vtterm.c	2018-02-21 03:01:46 UTC (rev 7043)
@@ -430,7 +430,7 @@
 	MainX = 0;
 	MainY = 0;
 	MainTop = 0;
-	MainBottom = NumOfColumns-1;
+	MainBottom = NumOfLines-1;
 	LRMarginMode = FALSE;
 }
 



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