Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/display.refentry @ 136:94476830df51
Split up the commands into individual files.
author | roug |
---|---|
date | Sun, 07 Jul 2002 08:58:56 +0000 |
parents | |
children | c565a4700689 |
comparison
equal
deleted
inserted
replaced
135:af482a526063 | 136:94476830df51 |
---|---|
1 <refentry id="display"> | |
2 <refnamediv> | |
3 <refname>DISPLAY</refname> | |
4 <refpurpose>Display Converted Characters</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
9 <command>DISPLAY</command> | |
10 <arg choice="plain"> | |
11 &replstart;hex&replend; | |
12 </arg> | |
13 <arg choice="plain"> | |
14 &repeatst;&replstart;hex&replend;&repeaten; | |
15 </arg> | |
16 </cmdsynopsis> | |
17 </refsynopsisdiv> | |
18 | |
19 <refsect1><title>Description</title> | |
20 <para> | |
21 Display reads one or more hexadecimal numbers given as parameters, | |
22 converts them to ASCII characters, and writes them to the standard | |
23 output. It is commonly used to send special characters (such as | |
24 cursor and screen control codes) to terminals and other I/O devices. | |
25 | |
26 </para> | |
27 </refsect1> | |
28 <refsect1><title>Examples</title> | |
29 <screen> | |
30 display 0C 1F 02 7F | |
31 | |
32 | |
33 display 15 >/p (sends "form feed" to printer) | |
34 | |
35 OS9: display 41 42 43 44 45 46 | |
36 ABCDEF | |
37 </screen> | |
38 </refsect1> | |
39 </refentry> | |
40 |