Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/doc/en/html/macro/command/clearscreen.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 332 by maya, Sun Dec 17 15:20:31 2006 UTC revision 560 by maya, Sun Sep 16 14:59:35 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">    "http://www.w3.org/TR/html4/strict.dtd">
3  <HTML>  <html>
4  <HEAD>  <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6  <TITLE>clearscreen</TITLE>    <title>clearscreen</title>
7  <META http-equiv="Content-Style-Type" content="text/css">    <meta http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../../style.css" type="text/css">    <link rel="stylesheet" href="../../style.css" type="text/css">
9  </HEAD>  </head>
10  <BODY>  
11    <body>
12  <DIV ALIGN="left">  
13  <FONT SIZE="+2">clearscreen</FONT><BR><BR>  
14  </div>  <h1>changedir</h1>
15    
16  Format:  <p>
17  <UL>  Erases the screen.
18   <B>clearscreen &lt;int&gt;</B>  </p>
19  </UL>  
20  <P></P>  <pre class="macro-syntax">
21    changedir &lt;path&gt;
 Causes Tera Term to erase the screen of VT window if &lt;int&gt; is 0.<BR>  
 Causes Tera Term to erase the scroll buffer and screen of VT window if &lt;int&gt; is 1.<BR>  
 Causes Tera Term to erase the screen of TEK window if &lt;int&gt; is 2.<BR>  
 <P></P>  
   
 <pre>  
 Example:  
         clearscreen     0  
22  </pre>  </pre>
23    
24  </BODY>  <h2>Remarks</h2>
25  </HTML>  
26    <p>
27    Causes Tera Term to erase the screen of VT window if &lt;int&gt; is 0.<br>
28    Causes Tera Term to erase the scroll buffer and screen of VT window if &lt;int&gt; is 1.<br>
29    Causes Tera Term to erase the screen of TEK window if &lt;int&gt; is 2.
30    </p>
31    
32    <h2>Example</h2>
33    
34    <pre class="macro-example">
35    <code>clearscreen 0
36    </code></pre>
37    
38    </body>
39    </html>

Legend:
Removed from v.332  
changed lines
  Added in v.560

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.