[Ttssh2-commit] [8360] クリップボードペースト時、設定の行ごと送信ディレイを使用

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 11月 6日 (水) 22:27:08 JST


Revision: 8360
          https://osdn.net/projects/ttssh2/scm/svn/commits/8360
Author:   zmatsuo
Date:     2019-11-06 22:27:07 +0900 (Wed, 06 Nov 2019)
Log Message:
-----------
クリップボードペースト時、設定の行ごと送信ディレイを使用

Modified Paths:
--------------
    branches/unicode_buf/teraterm/teraterm/clipboar.c

-------------- next part --------------
Modified: branches/unicode_buf/teraterm/teraterm/clipboar.c
===================================================================
--- branches/unicode_buf/teraterm/teraterm/clipboar.c	2019-11-03 15:23:12 UTC (rev 8359)
+++ branches/unicode_buf/teraterm/teraterm/clipboar.c	2019-11-06 13:27:07 UTC (rev 8360)
@@ -817,8 +817,9 @@
 					 SendMemTypeTextLF);
 	if (sm == NULL)
 		return;
-//	SendMemInitDelay(sm, 0, 1000);
-//	SendMemInitDelay(sm, 1000, 0);
+	if (ts.PasteDelayPerLine != 0) {
+		SendMemInitDelay(sm, ts.PasteDelayPerLine, 0);
+	}
 #if 0
 	SendMemInitDialog(sm, hInst, HVTWin, ts.UILanguageFile);
 	SendMemInitDialogCaption(sm, L"from clipboard");


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