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 ++
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 @@