From svnnotify @ sourceforge.jp Wed Mar 2 21:44:03 2016 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 02 Mar 2016 21:44:03 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzYzMzJdICDlpInmm7TlsaXmrbTmm7TmlrA=?= Message-ID: <1456922643.349386.74870.nullmailer@users.sourceforge.jp> Revision: 6332 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6332 Author: maya Date: 2016-03-02 21:44:03 +0900 (Wed, 02 Mar 2016) Log Message: ----------- 変更履歴更新 微調整 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2016-02-29 12:11:06 UTC (rev 6331) +++ trunk/doc/en/html/about/history.html 2016-03-02 12:44:03 UTC (rev 6332) @@ -52,15 +52,15 @@
+code = 100 +if code != 100 + messagebox 'The code value is not 100.' 'error' + goto error +else + messagebox 'The code value is 100.' 'OK' +endif + +:error +end ++ +
+code = 100 +if code != 100 + messagebox 'The code value is not 100.' 'error' + goto error +else + messagebox 'The code value is 100.' 'OK' +endif + +:error +end ++ +
+Tera Term waits for port connection when the serial port does not exist. +
+ +
+This feature is enabled on the Windows XP or later.
+AutoComPortReconnect entry should be on.
+
+If this feature is not used, please change the WaitCom entry of the [Tera Term] section in the teraterm.ini file. +
+ ++WaitCom=off ++ +
+Default: +WaitCom=off ++ +