summaryrefslogtreecommitdiff
path: root/doc/reference/html/readline-module.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/html/readline-module.html')
-rw-r--r--doc/reference/html/readline-module.html95
1 files changed, 4 insertions, 91 deletions
diff --git a/doc/reference/html/readline-module.html b/doc/reference/html/readline-module.html
index 523068d..c719454 100644
--- a/doc/reference/html/readline-module.html
+++ b/doc/reference/html/readline-module.html
@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>readline: Seed Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Seed Reference Manual">
<link rel="up" href="modules.html" title="Part IV. Seed Module Reference">
<link rel="prev" href="modules.html" title="Part IV. Seed Module Reference">
<link rel="next" href="sqlite-module.html" title="SQLite">
-<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -42,94 +42,7 @@
</pre>
<p>
</p>
-<p>
-</p>
-<div class="refsect2">
-<a name="readline-readline"></a><h3>readline.readline (prompt)</h3>
-<p>Prompts for one line of input on standard input using <em class="parameter"><code>prompt</code></em> as the prompt.</p>
-<div class="variablelist"><table border="0" class="variablelist">
-<colgroup>
-<col align="left" valign="top">
-<col>
-</colgroup>
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>prompt</code></em></span></p></td>
-<td>undefined</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span></span></p></td>
-<td>A string entered on standard input.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<p>
-</p>
-<hr>
-<div class="refsect2">
-<a name="readline-bind"></a><h3>readline.bind (key, function)</h3>
-<p>Binds <em class="parameter"><code>key</code></em> to <em class="parameter"><code>function</code></em> causing the function to be invokved whenever <em class="parameter"><code>key</code></em> is pressed</p>
-<div class="variablelist"><table border="0" class="variablelist">
-<colgroup>
-<col align="left" valign="top">
-<col>
-</colgroup>
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>key</code></em></span></p></td>
-<td>undefined</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>function</code></em></span></p></td>
-<td>undefined</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<p>
-</p>
-<hr>
-<div class="refsect2">
-<a name="readline-done"></a><h3>readline.done ()</h3>
-<p>Indicates that readline should finish the current line, and return from <em class="parameter"><code>readline.readline</code></em>. Can be used in callbacks to implement features like multiline editing</p>
-</div>
-<p>
-</p>
-<hr>
-<div class="refsect2">
-<a name="readline-buffer"></a><h3>readline.buffer()</h3>
-<p>Retrieve the current readline buffer</p>
-<div class="variablelist"><table border="0" class="variablelist">
-<colgroup>
-<col align="left" valign="top">
-<col>
-</colgroup>
-<tbody><tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span></span></p></td>
-<td>The current readline buffer</td>
-</tr></tbody>
-</table></div>
-</div>
-<p>
-</p>
-<hr>
-<div class="refsect2">
-<a name="readline-insert"></a><h3>readline.insert (string)</h3>
-<p>Inserts <em class="parameter"><code>string</code></em> in to the current readline buffer</p>
-<div class="variablelist"><table border="0" class="variablelist">
-<colgroup>
-<col align="left" valign="top">
-<col>
-</colgroup>
-<tbody><tr>
-<td><p><span class="term"><em class="parameter"><code>string</code></em></span></p></td>
-<td>undefined</td>
-</tr></tbody>
-</table></div>
-</div>
-<p>
-</p>
+<span style="color: red">&lt;xi:include&gt;&lt;/xi:include&gt;</span>
</div>
<div class="refsect1">
<a name="id-1.5.3.4"></a><h2>Examples</h2>
@@ -155,6 +68,6 @@ while (1){
</div>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.24</div>
+<hr>Generated by GTK-Doc V1.25</div>
</body>
</html> \ No newline at end of file