svnno****@sourc*****
svnno****@sourc*****
2009年 4月 29日 (水) 03:33:41 JST
Revision: 3362 http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3362 Author: doda Date: 2009-04-29 03:33:41 +0900 (Wed, 29 Apr 2009) Log Message: ----------- 行末の空白を削除 Modified Paths: -------------- trunk/installer/release/TERATERM.INI trunk/installer/release/mpause.ttl trunk/installer/release/random.ttl trunk/installer/release/screencapture.ttl trunk/installer/release/ssh2login.ttl trunk/installer/release/wait_regex.ttl -------------- next part -------------- Modified: trunk/installer/release/TERATERM.INI =================================================================== --- trunk/installer/release/TERATERM.INI 2009-04-28 18:31:59 UTC (rev 3361) +++ trunk/installer/release/TERATERM.INI 2009-04-28 18:33:41 UTC (rev 3362) @@ -470,7 +470,7 @@ ; Keep-Alive packet sending interval on telnet connection (per second, 0=disabled) TelKeepAliveInterval=300 -; Auto setup for non-telnet +; Auto setup for non-telnet TCPLocalEcho=off TCPCRSend= Modified: trunk/installer/release/mpause.ttl =================================================================== --- trunk/installer/release/mpause.ttl 2009-04-28 18:31:59 UTC (rev 3361) +++ trunk/installer/release/mpause.ttl 2009-04-28 18:33:41 UTC (rev 3362) @@ -1,5 +1,5 @@ ; sample macro of Tera Term -; +; ; File: mpause.ttl ; Description: wait command in each millisecond ; Environment: generic Modified: trunk/installer/release/random.ttl =================================================================== --- trunk/installer/release/random.ttl 2009-04-28 18:31:59 UTC (rev 3361) +++ trunk/installer/release/random.ttl 2009-04-28 18:33:41 UTC (rev 3362) @@ -1,5 +1,5 @@ ; sample macro of Tera Term -; +; ; File: random.ttl ; Description: generate the random value ; Environment: generic Modified: trunk/installer/release/screencapture.ttl =================================================================== --- trunk/installer/release/screencapture.ttl 2009-04-28 18:31:59 UTC (rev 3361) +++ trunk/installer/release/screencapture.ttl 2009-04-28 18:33:41 UTC (rev 3362) @@ -6,10 +6,10 @@ ; Update: 2007/11/25, 12/5, 2008/01/30 ; Author: IWAMOTO Kouichi (doda), Yutaka Hirata ; Tips: -; It is recommended that you will add in the following entry -; in `KEYBOARD.CNF' file because you can capture your screen +; It is recommended that you will add in the following entry +; in `KEYBOARD.CNF' file because you can capture your screen ; at one's fingertrips. -; +; ; [User keys] ; ;Shift + F12 ; User1=600,2,screencapture.ttl @@ -30,7 +30,7 @@ else fileopen fp 'screencapture.txt' 1 endif - + if result <> 0 end ;select screen @@ -63,7 +63,7 @@ strcopy StrDate 1 4 DateY ;YYYY strcopy StrDate 6 2 DateM ; MM strcopy StrDate 9 2 DateD ; DD - + ;1234567890 ;HH:MM:SS strcopy StrTime 1 2 TimeH ;HH Modified: trunk/installer/release/ssh2login.ttl =================================================================== --- trunk/installer/release/ssh2login.ttl 2009-04-28 18:31:59 UTC (rev 3361) +++ trunk/installer/release/ssh2login.ttl 2009-04-28 18:33:41 UTC (rev 3362) @@ -1,5 +1,5 @@ ; sample macro of Tera Term -; +; ; File: ssh2login.ttl ; Description: auto login with SSH2 protocol ; Environment: generic Modified: trunk/installer/release/wait_regex.ttl =================================================================== --- trunk/installer/release/wait_regex.ttl 2009-04-28 18:31:59 UTC (rev 3361) +++ trunk/installer/release/wait_regex.ttl 2009-04-28 18:33:41 UTC (rev 3362) @@ -1,5 +1,5 @@ ; sample macro of Tera Term -; +; ; File: wait_regex.ttl ; Description: wait command with regular expression ; Environment: generic