Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Readline-Interaction.html
blob0f224b0af3801a53832628c5976983ec18c0b48e
1 <html lang="en">
2 <head>
3 <title>Debugging with GDB</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="Debugging with GDB">
6 <meta name="generator" content="makeinfo 4.3">
7 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8 </head>
9 <body>
10 <div class="node">
11 <p>
12 Node:<a name="Readline%20Interaction">Readline Interaction</a>,
13 Next:<a rel="next" accesskey="n" href="Readline-Init-File.html#Readline%20Init%20File">Readline Init File</a>,
14 Previous:<a rel="previous" accesskey="p" href="Introduction-and-Notation.html#Introduction%20and%20Notation">Introduction and Notation</a>,
15 Up:<a rel="up" accesskey="u" href="Command-Line-Editing.html#Command%20Line%20Editing">Command Line Editing</a>
16 <hr><br>
17 </div>
19 <h3 class="section">Readline Interaction</h3>
21 <p>Often during an interactive session you type in a long line of text,
22 only to notice that the first word on the line is misspelled. The
23 Readline library gives you a set of commands for manipulating the text
24 as you type it in, allowing you to just fix your typo, and not forcing
25 you to retype the majority of the line. Using these editing commands,
26 you move the cursor to the place that needs correction, and delete or
27 insert the text of the corrections. Then, when you are satisfied with
28 the line, you simply press &lt;RET&gt;. You do not have to be at the
29 end of the line to press &lt;RET&gt;; the entire line is accepted
30 regardless of the location of the cursor within the line.
32 <ul class="menu">
33 <li><a accesskey="1" href="Readline-Bare-Essentials.html#Readline%20Bare%20Essentials">Readline Bare Essentials</a>: The least you need to know about Readline.
34 <li><a accesskey="2" href="Readline-Movement-Commands.html#Readline%20Movement%20Commands">Readline Movement Commands</a>: Moving about the input line.
35 <li><a accesskey="3" href="Readline-Killing-Commands.html#Readline%20Killing%20Commands">Readline Killing Commands</a>: How to delete text, and how to get it back!
36 <li><a accesskey="4" href="Readline-Arguments.html#Readline%20Arguments">Readline Arguments</a>: Giving numeric arguments to commands.
37 <li><a accesskey="5" href="Searching.html#Searching">Searching</a>: Searching through previous lines.
38 </ul>
40 </body></html>