]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - doc/html/ref/redboot-editing-commands.html
Initial revision
[karo-tx-redboot.git] / doc / html / ref / redboot-editing-commands.html
1 <!-- Copyright (C) 2003 Red Hat, Inc.                                -->
2 <!-- This material may be distributed only subject to the terms      -->
3 <!-- and conditions set forth in the Open Publication License, v1.0  -->
4 <!-- or later (the latest version is presently available at          -->
5 <!-- http://www.opencontent.org/openpub/).                           -->
6 <!-- Distribution of the work or derivative of the work in any       -->
7 <!-- standard (paper) book form is prohibited unless prior           -->
8 <!-- permission is obtained from the copyright holder.               -->
9 <HTML
10 ><HEAD
11 ><TITLE
12 >RedBoot Editing Commands</TITLE
13 ><meta name="MSSmartTagsPreventParsing" content="TRUE">
14 <META
15 NAME="GENERATOR"
16 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
17 "><LINK
18 REL="HOME"
19 TITLE="eCos Reference Manual"
20 HREF="ecos-ref.html"><LINK
21 REL="UP"
22 TITLE="Getting Started with RedBoot"
23 HREF="getting-started-with-redboot.html"><LINK
24 REL="PREVIOUS"
25 TITLE="User Interface"
26 HREF="user-interface.html"><LINK
27 REL="NEXT"
28 TITLE="RedBoot Startup Mode"
29 HREF="startup-mode.html"></HEAD
30 ><BODY
31 CLASS="SECT1"
32 BGCOLOR="#FFFFFF"
33 TEXT="#000000"
34 LINK="#0000FF"
35 VLINK="#840084"
36 ALINK="#0000FF"
37 ><DIV
38 CLASS="NAVHEADER"
39 ><TABLE
40 SUMMARY="Header navigation table"
41 WIDTH="100%"
42 BORDER="0"
43 CELLPADDING="0"
44 CELLSPACING="0"
45 ><TR
46 ><TH
47 COLSPAN="3"
48 ALIGN="center"
49 >eCos Reference Manual</TH
50 ></TR
51 ><TR
52 ><TD
53 WIDTH="10%"
54 ALIGN="left"
55 VALIGN="bottom"
56 ><A
57 HREF="user-interface.html"
58 ACCESSKEY="P"
59 >Prev</A
60 ></TD
61 ><TD
62 WIDTH="80%"
63 ALIGN="center"
64 VALIGN="bottom"
65 >Chapter 1. Getting Started with RedBoot</TD
66 ><TD
67 WIDTH="10%"
68 ALIGN="right"
69 VALIGN="bottom"
70 ><A
71 HREF="startup-mode.html"
72 ACCESSKEY="N"
73 >Next</A
74 ></TD
75 ></TR
76 ></TABLE
77 ><HR
78 ALIGN="LEFT"
79 WIDTH="100%"></DIV
80 ><DIV
81 CLASS="SECT1"
82 ><H1
83 CLASS="SECT1"
84 ><A
85 NAME="REDBOOT-EDITING-COMMANDS">RedBoot Editing Commands</H1
86 ><P
87 >RedBoot
88 uses the following line editing commands. 
89 <DIV
90 CLASS="NOTE"
91 ><BLOCKQUOTE
92 CLASS="NOTE"
93 ><P
94 ><B
95 >NOTE: </B
96 >In this description, <SPAN
97 CLASS="GUIBUTTON"
98 >^A</SPAN
99 > means the character formed
100 by typing the letter &#8220;A&#8221; while holding down the control key.</P
101 ></BLOCKQUOTE
102 ></DIV
103 >
104 <P
105 ></P
106 ><UL
107 ><LI
108 ><P
109 ><SPAN
110 CLASS="GUIBUTTON"
111 >Delete</SPAN
112 > (0x7F) or 
113 <SPAN
114 CLASS="GUIBUTTON"
115 >Backspace</SPAN
116 > (0x08) 
117 erases the character to the left of the cursor.</P
118 ></LI
119 ><LI
120 ><P
121 ><SPAN
122 CLASS="GUIBUTTON"
123 >^A</SPAN
124 >
125 moves the cursor (insertion point) to the beginning of the line.</P
126 ></LI
127 ><LI
128 ><P
129 ><SPAN
130 CLASS="GUIBUTTON"
131 >^K</SPAN
132 >
133 erases all characters on the line from the cursor to the end.</P
134 ></LI
135 ><LI
136 ><P
137 ><SPAN
138 CLASS="GUIBUTTON"
139 >^E</SPAN
140 >
141 positions the cursor to the end of the line.</P
142 ></LI
143 ><LI
144 ><P
145 ><SPAN
146 CLASS="GUIBUTTON"
147 >^D</SPAN
148 >
149 erases the character under the cursor.</P
150 ></LI
151 ><LI
152 ><P
153 ><SPAN
154 CLASS="GUIBUTTON"
155 >^F</SPAN
156 >
157 moves the cursor one character to the right.</P
158 ></LI
159 ><LI
160 ><P
161 ><SPAN
162 CLASS="GUIBUTTON"
163 >^B</SPAN
164 >
165 moves the cursor one character to the left.</P
166 ></LI
167 ><LI
168 ><P
169 ><SPAN
170 CLASS="GUIBUTTON"
171 >^P</SPAN
172 >
173 replaces the current line by a previous line from the history buffer.  
174 A small number of lines
175 can be kept as history.  Using ^P (and ^N), the current line can be replaced
176 by any one of the previously typed lines.</P
177 ></LI
178 ><LI
179 ><P
180 ><SPAN
181 CLASS="GUIBUTTON"
182 >^N</SPAN
183 >
184 replaces the current line by the next line from the history buffer.  </P
185 ></LI
186 ></UL
187 ></P
188 ><P
189 >In the case of the <B
190 CLASS="COMMAND"
191 >fconfig</B
192 >
193 command, additional editing commands are possible. 
194 As data are entered for this command, the current/previous value
195 will be displayed and the cursor placed at the end of that data.
196 The user may use the editing keys (above) to move around in the data
197 to modify it as appropriate.
198 Additionally, when certain
199 characters are entered at the end of the current value, 
200 i.e. entered separately, certain behavior is elicited.</P
201 ><P
202 ><P
203 ></P
204 ><UL
205 ><LI
206 ><P
207 >^ (caret) switch to editing the previous item in the 
208 <B
209 CLASS="COMMAND"
210 >fconfig</B
211 > list. If fconfig edits item A, followed by item B,
212 pressing ^ when changing item B, allows you to change item A. This is similar
213 to the up arrow.
214 Note: ^P and ^N do not have the same meaning while editing 
215 <B
216 CLASS="COMMAND"
217 >fconfig</B
218 > data and should not be used.</P
219 ></LI
220 ><LI
221 ><P
222 >. (period) stop editing any further items. This does not change
223 the current item.</P
224 ></LI
225 ><LI
226 ><P
227 ><SPAN
228 CLASS="GUIBUTTON"
229 >Return</SPAN
230 > leaves the value
231 for this item unchanged. Currently it is not possible to step through the
232 value for the start-up script; it must always be retyped.</P
233 ></LI
234 ></UL
235 ></P
236 ></DIV
237 ><DIV
238 CLASS="NAVFOOTER"
239 ><HR
240 ALIGN="LEFT"
241 WIDTH="100%"><TABLE
242 SUMMARY="Footer navigation table"
243 WIDTH="100%"
244 BORDER="0"
245 CELLPADDING="0"
246 CELLSPACING="0"
247 ><TR
248 ><TD
249 WIDTH="33%"
250 ALIGN="left"
251 VALIGN="top"
252 ><A
253 HREF="user-interface.html"
254 ACCESSKEY="P"
255 >Prev</A
256 ></TD
257 ><TD
258 WIDTH="34%"
259 ALIGN="center"
260 VALIGN="top"
261 ><A
262 HREF="ecos-ref.html"
263 ACCESSKEY="H"
264 >Home</A
265 ></TD
266 ><TD
267 WIDTH="33%"
268 ALIGN="right"
269 VALIGN="top"
270 ><A
271 HREF="startup-mode.html"
272 ACCESSKEY="N"
273 >Next</A
274 ></TD
275 ></TR
276 ><TR
277 ><TD
278 WIDTH="33%"
279 ALIGN="left"
280 VALIGN="top"
281 >User Interface</TD
282 ><TD
283 WIDTH="34%"
284 ALIGN="center"
285 VALIGN="top"
286 ><A
287 HREF="getting-started-with-redboot.html"
288 ACCESSKEY="U"
289 >Up</A
290 ></TD
291 ><TD
292 WIDTH="33%"
293 ALIGN="right"
294 VALIGN="top"
295 >RedBoot Startup Mode</TD
296 ></TR
297 ></TABLE
298 ></DIV
299 ></BODY
300 ></HTML
301 >