From svnnotify @ sourceforge.jp Sat Dec 4 19:58:40 2010 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Sat, 04 Dec 2010 19:58:40 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQyMDBdICDjgrXjg7Pjg5fjg6vjgrPjg7w=?= =?utf-8?b?44OJ44Gu6L+95Yqg44CC?= Message-ID: <1291460320.136181.10959.nullmailer@users.sourceforge.jp> Revision: 4200 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4200 Author: yutakapon Date: 2010-12-04 19:58:40 +0900 (Sat, 04 Dec 2010) Log Message: ----------- ?泣?????潟????菴遵???cf. http://logmett.com/forum/viewtopic.php?f=3&t=1521 Modified Paths: -------------- trunk/doc/en/html/macro/command/dispstr.html trunk/doc/ja/html/macro/command/dispstr.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/dispstr.html =================================================================== --- trunk/doc/en/html/macro/command/dispstr.html 2010-11-30 13:19:27 UTC (rev 4199) +++ trunk/doc/en/html/macro/command/dispstr.html 2010-12-04 10:58:40 UTC (rev 4200) @@ -49,6 +49,22 @@ dispstr #$1B"[3;100;200t" +
+; Change terminal size to 80x24
+dispstr #$1b"[8;24;80t"
+ 
+; demo
+for y 24 30
+  x = 80
+  while x < 100
+    sprintf #$1b"[8;%d;%dt" y x
+    dispstr inputstr
+    x = x + 5
+    pause 1
+  endwhile
+next 
+
+

Note

Modified: trunk/doc/ja/html/macro/command/dispstr.html =================================================================== --- trunk/doc/ja/html/macro/command/dispstr.html 2010-11-30 13:19:27 UTC (rev 4199) +++ trunk/doc/ja/html/macro/command/dispstr.html 2010-12-04 10:58:40 UTC (rev 4200) @@ -48,6 +48,22 @@ dispstr #$1B"[3;100;200t" +

+; Change terminal size to 80x24
+dispstr #$1b"[8;24;80t"
+ 
+; demo
+for y 24 30
+  x = 80
+  while x < 100
+    sprintf #$1b"[8;%d;%dt" y x
+    dispstr inputstr
+    x = x + 5
+    pause 1
+  endwhile
+next 
+
+

??

From svnnotify @ sourceforge.jp Sat Dec 4 20:41:06 2010 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Sat, 04 Dec 2010 20:41:06 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQyMDFdICDoi7HoqLPjgpLov73liqDjgII=?= Message-ID: <1291462866.313900.14318.nullmailer@users.sourceforge.jp> Revision: 4201 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4201 Author: yutakapon Date: 2010-12-04 20:41:06 +0900 (Sat, 04 Dec 2010) Log Message: ----------- ?沿┳??申??? Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/en/html/menu/resize.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2010-12-04 10:58:40 UTC (rev 4200) +++ trunk/doc/en/html/about/history.html 2010-12-04 11:41:06 UTC (rev 4201) @@ -41,10 +41,10 @@

  • added support for the DECERA (Erase Rectangular Area) control sequence.
  • added support for the DA3 (Tertiary Device Attribute) control sequence.
  • - +
  • The DECSCL(terminal mode setting) control sequence can support the VT level 5(vt500 series).
  • +
  • A single character to indicate the window status can be shown on the "Window" menu and "Windows list" dialog. See below.
  • @@ -2384,7 +2384,7 @@

    2010.xx.xx (Ver 1.0.0.17)

    2009.11.10 (Ver 1.0.0.16)

    Modified: trunk/doc/en/html/menu/resize.html =================================================================== --- trunk/doc/en/html/menu/resize.html 2010-12-04 10:58:40 UTC (rev 4200) +++ trunk/doc/en/html/menu/resize.html 2010-12-04 11:41:06 UTC (rev 4201) @@ -10,16 +10,15 @@

    [Resize] menu

    - +
  • This feature can be only used by using the TTXResizeMenu plugin.
  • +
  • When no one menu entry is registered, the [Resize] menu can not be displayed. A user must register the menu entry. From svnnotify @ sourceforge.jp Sat Dec 4 20:58:02 2010 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Sat, 04 Dec 2010 20:58:02 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQyMDJdICDoi7HoqLPjgpLov73liqDjgII=?= Message-ID: <1291463882.798629.6848.nullmailer@users.sourceforge.jp> Revision: 4202 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4202 Author: yutakapon Date: 2010-12-04 20:58:02 +0900 (Sat, 04 Dec 2010) Log Message: ----------- ?沿┳??申??? Modified Paths: -------------- trunk/doc/en/html/setup/lng.html -------------- next part -------------- Modified: trunk/doc/en/html/setup/lng.html =================================================================== --- trunk/doc/en/html/setup/lng.html 2010-12-04 11:41:06 UTC (rev 4201) +++ trunk/doc/en/html/setup/lng.html 2010-12-04 11:58:02 UTC (rev 4202) @@ -22,31 +22,30 @@ And also, the installer will write the language file name into the UILanguageFile entry in the TERATERM.INI file.

    - +Refer to the lfCharSet member of the LOGFONT Structure for complete information. +

    + From svnnotify @ sourceforge.jp Sun Dec 5 00:46:51 2010 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Sun, 05 Dec 2010 00:46:51 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQyMDNdICDoi7HoqLPjgpLov73liqDjgII=?= Message-ID: <1291477611.429550.18681.nullmailer@users.sourceforge.jp> Revision: 4203 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4203 Author: yutakapon Date: 2010-12-05 00:46:51 +0900 (Sun, 05 Dec 2010) Log Message: ----------- ?沿┳??申??? Modified Paths: -------------- trunk/doc/en/html/usage/resizemenu.html -------------- next part -------------- Modified: trunk/doc/en/html/usage/resizemenu.html =================================================================== --- trunk/doc/en/html/usage/resizemenu.html 2010-12-04 11:58:02 UTC (rev 4202) +++ trunk/doc/en/html/usage/resizemenu.html 2010-12-04 15:46:51 UTC (rev 4203) @@ -11,25 +11,26 @@

    Window resize plugin

    - +
  • The Resize menu value can be changed by the dialog box.
  • + From svnnotify @ sourceforge.jp Tue Dec 7 14:16:13 2010 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 07 Dec 2010 14:16:13 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQyMDRdICDjg5Djg7zjgrjjg6fjg7Pmm7Q=?= =?utf-8?b?5paw?= Message-ID: <1291698973.203539.18869.nullmailer@users.sourceforge.jp> Revision: 4204 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4204 Author: maya Date: 2010-12-07 14:16:13 +0900 (Tue, 07 Dec 2010) Log Message: ----------- ????吾??恰??? Modified Paths: -------------- trunk/TTProxy/TTProxy.rc trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html trunk/installer/teraterm.iss trunk/teraterm/teraterm/ttermpro.rc trunk/teraterm/ttpmacro/ttpmacro.rc trunk/ttssh2/ttxssh/ttxssh.rc -------------- next part -------------- Modified: trunk/TTProxy/TTProxy.rc =================================================================== --- trunk/TTProxy/TTProxy.rc 2010-12-04 15:46:51 UTC (rev 4203) +++ trunk/TTProxy/TTProxy.rc 2010-12-07 05:16:13 UTC (rev 4204) @@ -28,7 +28,7 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources +// ??? resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN) #ifdef _WIN32 @@ -82,8 +82,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,16 - PRODUCTVERSION 1,0,0,16 + FILEVERSION 1,0,0,17 + PRODUCTVERSION 1,0,0,17 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -101,12 +101,12 @@ VALUE "Comments", "???????????????????????" VALUE "CompanyName", "TeraTerm Project, ?????" VALUE "FileDescription", "?????????" - VALUE "FileVersion", "1, 0, 0, 16" + VALUE "FileVersion", "1, 0, 0, 17" VALUE "InternalName", "TTProxy" VALUE "LegalCopyright", "(C)TeraTerm Project 2006-2009, Copyright (C) 2003-2006 ?????" VALUE "OriginalFilename", "TTXProxy.dll" VALUE "ProductName", "??????????????? - VALUE "ProductVersion", "1, 0, 0, 16" + VALUE "ProductVersion", "1, 0, 0, 17" END END BLOCK "VarFileInfo" @@ -115,12 +115,12 @@ END END -#endif // Japanese resources +#endif // ??? resources ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources +// ?? (??) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 @@ -134,8 +134,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,16 - PRODUCTVERSION 1,0,0,16 + FILEVERSION 1,0,0,17 + PRODUCTVERSION 1,0,0,17 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -153,12 +153,12 @@ VALUE "Comments", "Plug-in that supports communication by way of proxy" VALUE "CompanyName", "TeraTerm Project, Yebisuya Hompo" VALUE "FileDescription", "Proxy plug-in" - VALUE "FileVersion", "1, 0, 0, 16" + VALUE "FileVersion", "1, 0, 0, 17" VALUE "InternalName", "TTProxy" VALUE "LegalCopyright", "(C)TeraTerm Project 2006-2009, Copyright (C) 2003-2006 Yebisuya Hompo" VALUE "OriginalFilename", "TTXProxy.dll" VALUE "ProductName", "Proxy plug-in collection of Yebisuya Hompo" - VALUE "ProductVersion", "1, 0, 0, 16" + VALUE "ProductVersion", "1, 0, 0, 17" END END BLOCK "VarFileInfo" @@ -270,7 +270,7 @@ END #endif // APSTUDIO_INVOKED -#endif // English (U.S.) resources +#endif // ?? (??) resources ///////////////////////////////////////////////////////////////////////////// Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2010-12-04 15:46:51 UTC (rev 4203) +++ trunk/doc/en/html/about/history.html 2010-12-07 05:16:13 UTC (rev 4204) @@ -31,7 +31,7 @@

    Tera Term

    -

    2010.xx.xx (Ver 4.68 unreleased)

    +

    2010.12.7 (Ver 4.68)

    @@ -1584,7 +1584,7 @@

    TTSSH

    -

    2010.x.xx (Ver 2.55 unreleased)

    +

    2010.12.7 (Ver 2.55)

    Modified: trunk/doc/en/html/usage/tips/forwarding-files.html =================================================================== --- trunk/doc/en/html/usage/tips/forwarding-files.html 2010-12-10 15:08:57 UTC (rev 4214) +++ trunk/doc/en/html/usage/tips/forwarding-files.html 2010-12-12 12:47:05 UTC (rev 4215) @@ -38,17 +38,13 @@ When the connection type is the TELNET, a user should connect by using the binary mode.

    - From svnnotify @ sourceforge.jp Tue Dec 14 01:10:52 2010 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 14 Dec 2010 01:10:52 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQyMTZdICBTQ1Ag6YCB5L+h44GnIDJHQiA=?= =?utf-8?b?44KS6LaF44GI44KL44OV44Kh44Kk44Or44KS5q2j44GX44GP5omx44GI44Gq?= =?utf-8?b?44GE44Gu44KS5L+u5q2j44CC?= Message-ID: <1292256652.016181.27597.nullmailer@users.sourceforge.jp> Revision: 4216 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4216 Author: doda Date: 2010-12-14 01:10:51 +0900 (Tue, 14 Dec 2010) Log Message: ----------- SCP ??拭??2GB ??????????ゃ????????宴???????篆???? Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2010-12-12 12:47:05 UTC (rev 4215) +++ trunk/doc/en/html/about/history.html 2010-12-13 16:10:51 UTC (rev 4216) @@ -31,6 +31,28 @@

    Tera Term

    +

    2011.xx.xx (Ver 4.69)

    + +

    2010.12.7 (Ver 4.68)