Revision 16,
1.2 KB
checked in by marcus, 15 years ago
(diff) |
r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines
Initial import
|
Line | |
---|
1 | command TITLE <line> <text> [<x-pos> <y-pos>] |
---|
2 | ============= |
---|
3 | |
---|
4 | key: set title line |
---|
5 | |
---|
6 | Changes title line of display. There are three lines available |
---|
7 | (line numbers 1,2,3). Each of them can be set independently in |
---|
8 | text and position. If no position is entered, the last entered |
---|
9 | position is used. If a text containing blank should be entered, |
---|
10 | use the query mode, i.e. enter just "title" without any parameters |
---|
11 | and enter parameters <line> and <text> after the correspondend |
---|
12 | prompts. After the "text: "-prompt any characters in the title |
---|
13 | line are accepted. The style block number used for title output |
---|
14 | is $titlestyle. |
---|
15 | |
---|
16 | |
---|
17 | parameters |
---|
18 | ---------- |
---|
19 | |
---|
20 | <line> --- parameter type: integer |
---|
21 | Line number of title. There are three lines available (1,2,3). |
---|
22 | |
---|
23 | <text> --- parameter type: string |
---|
24 | New text of title line. If the text contains blanks use the |
---|
25 | query mode (see above). If the <text> parameter is left empty |
---|
26 | the title line is removed from display. |
---|
27 | |
---|
28 | <x-pos>, <y-pos> --- parameter type: real |
---|
29 | Position of text line in units of display width and display height. |
---|
30 | If these parameters are omitted the last specified values are |
---|
31 | used. |
---|
32 | |
---|
33 | |
---|
34 | example |
---|
35 | ------- |
---|
36 | |
---|
37 | title |
---|
38 | 1 |
---|
39 | this is a test line |
---|
40 | |
---|
41 | ! creates new first title line "THIS IS A TEST TITLE" |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.