Browse Subversion Repository
Diff of /trunk/doc/en/html/macro/command/clearscreen.html
Parent Directory
| Revision Log
| Patch
| 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 <int></B> |
</p> |
| 19 |
</UL> |
|
| 20 |
<P></P> |
<pre class="macro-syntax"> |
| 21 |
|
changedir <path> |
|
Causes Tera Term to erase the screen of VT window if <int> is 0.<BR> |
|
|
Causes Tera Term to erase the scroll buffer and screen of VT window if <int> is 1.<BR> |
|
|
Causes Tera Term to erase the screen of TEK window if <int> 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 <int> is 0.<br> |
| 28 |
|
Causes Tera Term to erase the scroll buffer and screen of VT window if <int> is 1.<br> |
| 29 |
|
Causes Tera Term to erase the screen of TEK window if <int> 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 |
|
|
|