]> git.donarmstrong.com Git - dactyl.git/blob - common/locale/en-US/message.xml
Initial import of 1.0~b6
[dactyl.git] / common / locale / en-US / message.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
3
4 <!DOCTYPE document SYSTEM "dactyl://content/dtd">
5
6 <document
7     name="message"
8     title="&dactyl.appName; Messages"
9     xmlns="&xmlns.dactyl;"
10     xmlns:dactyl="&xmlns.dactyl;"
11     xmlns:html="&xmlns.html;">
12
13 <h1 tag="messages">Error and informational messages</h1>
14
15 <tags>message-history</tags>
16
17 <p>
18     &dactyl.appName; stores all info and error messages in a message
19     history. The type of info messages output can be controlled by
20     the <o>verbose</o> option. The maximum number of stored messages
21     can be limited with the <o>messages</o> option.
22 </p>
23
24 <item>
25     <tags>:mes :messages</tags>
26     <spec>:mes<oa>sages</oa></spec>
27     <description short="true">
28         <p>Display previously shown messages.</p>
29     </description>
30 </item>
31
32 <item>
33     <tags>:messc :messclear</tags>
34     <spec>:messc<oa>lear</oa></spec>
35     <description short="true">
36         <p>Clear the message history.</p>
37     </description>
38 </item>
39
40 <item>
41     <tags><![CDATA[g<]]></tags>
42     <strut/>
43     <spec>g&lt;</spec>
44     <description>
45         <p>
46             Redisplay the last command output. Only the most recent command's output is
47             available.
48         </p>
49     </description>
50 </item>
51
52 <!-- FIXME: Everything the follows is horrendous. -->
53
54 <tags>pager more-prompt</tags>
55
56 <code dactyl:highlight="MoreMsg">
57  -- More --
58  -- More -- SPACE/d/j: screen/page/line down, b/u/k: up, q: quit
59 </code>
60
61 <p>
62     This message is displayed when the message window is filled with
63     messages and the <o>more</o> option is set. It is styled with
64     the <em>MoreMsg</em> <ex>:highlight</ex> group. When the more
65     message is shown, the following key mappings are available:
66 </p>
67
68 <dl>
69     <dt><k name="CR" link="false"/> or j or <k name="Down" link="false"/></dt>
70     <dd>one more line</dd>
71
72     <dt>d</dt>
73     <dd>down a page (half a screen)</dd>
74
75     <dt><k name="Space" link="false"/> or <k name="PageDown" link="false"/></dt>
76     <dd>down a screen</dd>
77
78     <dt>G</dt>
79     <dd>down all the way, until the hit-enter prompt</dd>
80
81     <dt/><dd/>
82     <dt><k name="BS" link="false"/> or k or <k name="Up" link="false"/></dt>
83     <dd>one line back</dd>
84
85     <dt>u</dt>
86     <dd>up a page (half a screen)</dd>
87
88     <dt>b or <k name="PageUp" link="false"/></dt>
89     <dd>back a screen</dd>
90
91     <dt>g</dt>
92     <dd>back to the start</dd>
93
94     <dt/><dd/>
95     <dt>q, <k name="Esc" link="false"/> or <k name="C-c"></k></dt>
96     <dd>stop the listing</dd>
97
98     <dt>:</dt>
99     <dd>stop the listing and enter a command line</dd>
100
101     <dt>;</dt>
102     <dd>start an <t>extended-hints</t> command</dd>
103
104     <dt><k name="C-y" link="false"/></dt>
105     <dd>yank (copy) a modeless selection to the clipboard</dd>
106 </dl>
107
108 </document>
109
110 <!-- vim:se sts=4 sw=4 et: -->