Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/menu/setup-terminalr.html

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

revision 3226 by maya, Tue Mar 24 09:37:20 2009 UTC revision 3227 by maya, Tue Mar 24 15:10:33 2009 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>Terminal ([Setup] menu; Russian mode)</title>      <title>Terminal ([Setup] menu; Russian mode)</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    
11    <body>    <body>
12      <h1>Terminal ([Setup] menu; Russian mode)</h1>      <h1>Terminal ([Setup] menu; Russian mode)</h1>
13    
14      <h2>"Terminal setup" dialog box</h2>      <h2>"Terminal setup" dialog box</h2>
15      <dl>      <dl>
16        <dt>Terminal size</dt>        <dt>Terminal size</dt>
17        <dd>        <dd>
18          The logical size of the terminal (numbers of columns and lines).          The logical size of the terminal (numbers of columns and lines).
19          Note that the window size (real screen size) is not necessarily          Note that the window size (real screen size) is not necessarily
20          equal to the terminal size.          equal to the terminal size.
21        </dd>        </dd>
22    
23        <dt>Term size = win size</dt>        <dt>Term size = win size</dt>
24        <dd>        <dd>
25          Forces the terminal size to be always equal to the window size.          Forces the terminal size to be always equal to the window size.
26        </dd>        </dd>
27    
28        <dt>Auto window resize</dt>        <dt>Auto window resize</dt>
29        <dd>        <dd>
30          When the terminal size is changed, resizes the window to the          When the terminal size is changed, resizes the window to the
31          terminal size.          terminal size.
32        </dd>        </dd>
33    
34        <dt>New-line (receive)</dt>        <dt>New-line (receive)</dt>
35        <dd>        <dd>
36          If the CR+LF option is selected, received CR ($0D) characters are          If the CR+LF option is selected, received CR ($0D) characters are
37          converted to CR+LF ($0D $0A) pairs.          converted to CR+LF ($0D $0A) pairs.
38        </dd>        </dd>
39    
40        <dt>New-line (transmit)</dt>        <dt>New-line (transmit)</dt>
41        <dd>        <dd>
42          If the CR+LF option is selected, CR ($0D) characters to be sent are          If the CR+LF option is selected, CR ($0D) characters to be sent are
43          converted to CR+LF ($0D $0A) pairs before they are actually sent.          converted to CR+LF ($0D $0A) pairs before they are actually sent.
44        </dd>        </dd>
45    
46        <dt>Terminal ID</dt>        <dt>Terminal ID</dt>
47        <dd>        <dd>
48          Terminal ID to be reported to the host when the host requests it.          Terminal ID to be reported to the host when the host requests it.
49          Note that the terminal ID is not identical to the telnet terminal          Note that the terminal ID is not identical to the telnet terminal
50          type. To change the telnet terminal type, use the          type. To change the telnet terminal type, use the
51          <a href="setup-tcpip.html">[Setup] TCP/IP</a> command.          <a href="setup-tcpip.html">[Setup] TCP/IP</a> command.
52        </dd>        </dd>
53    
54        <dt>Local echo</dt>        <dt>Local echo</dt>
55        <dd>        <dd>
56          Enables local echoing of characters sent.          Enables local echoing of characters sent.
57        </dd>        </dd>
58    
59        <dt>Answerback</dt>        <dt>Answerback</dt>
60        <dd>        <dd>
61          The string to be answered back to the host, when the ENQ ($05)          The string to be answered back to the host, when the ENQ ($05)
62          character is received. Each non-printable character in the string          character is received. Each non-printable character in the string
63          can be expressed as a "$" and ASCII code in two-character hex number.          can be expressed as a "$" and ASCII code in two-character hex number.
64          For example, the string "ABC&lt;CR&gt;&lt;LF&gt;" is expressed as          For example, the string "ABC&lt;CR&gt;&lt;LF&gt;" is expressed as
65          the following:          the following:
66          <p class="indent1">          <p class="indent1">
67            ABC$0D$0A            ABC$0D$0A
68          </p>          </p>
69        </dd>        </dd>
70    
71        <dt>Auto switch (VT&lt;-&gt;TEK)</dt>        <dt>Auto switch (VT&lt;-&gt;TEK)</dt>
72        <dd>        <dd>
73          Enables auto switching between VT and TEK emulations.          Enables auto switching between VT and TEK emulations.
74        </dd>        </dd>
75    
76        <dt>Character set</dt>        <dt>Character set</dt>
77        <dd>        <dd>
78          <dl>          <dl>
79            <dt>Host</dt>            <dt>Host</dt>
80            <dd>            <dd>
81              Russian character set used in the host computer.              Russian character set used in the host computer.
82              Windows (CP 1251), KOI8-R, CP 866 or ISO 8859-5.              Windows (CP 1251), KOI8-R, CP 866 or ISO 8859-5.
83            </dd>            </dd>
84    
85            <dt>Client</dt>            <dt>Client</dt>
86            <dd>            <dd>
87              Russian character set used in your PC. Windows (CP 1251),              Russian character set used in your PC. Windows (CP 1251),
88              KOI8-R, CP 866 or ISO 8859-5. If you are using Russian version              KOI8-R, CP 866 or ISO 8859-5. If you are using Russian version
89              of Windows, you should select Windows.              of Windows, you should select Windows.
90            </dd>            </dd>
91          </dl>          </dl>
92        </dd>        </dd>
93      </dl>      </dl>
94    </body>    </body>
95  </html>  </html>

Legend:
Removed from v.3226  
changed lines
  Added in v.3227

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26