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");