Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions language-snippets.ent
Original file line number Diff line number Diff line change
Expand Up @@ -4880,6 +4880,13 @@ xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
</simpara>
'>

<!ENTITY readline.system-callback-support '
<simpara xmlns="http://docbook.org/ns/docbook">
This function is unavailable on Windows and other systems that do not support
the readline callback feature.
</simpara>
'>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<function>stream_select</function> as it allows interleaving of IO and
user input, unlike <function>readline</function>.
</simpara>
&readline.system-callback-support;
</refsect1>

<refsect1 role="parameters">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
Removes a previously installed callback handler and restores terminal
settings.
</simpara>
&readline.system-callback-support;
</refsect1>

<refsect1 role="parameters">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<function>readline_callback_handler_install</function> that a line
is ready for input.
</simpara>
&readline.system-callback-support;
</refsect1>

<refsect1 role="parameters">
Expand Down
4 changes: 4 additions & 0 deletions reference/readline/functions/readline-list-history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<simpara>
Gets the entire command line history.
</simpara>
<simpara>
This function is unavailable if this feature is not supported by readline on
your system.
</simpara>
</refsect1>

<refsect1 role="parameters">
Expand Down
1 change: 1 addition & 0 deletions reference/readline/functions/readline-on-new-line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<simpara>
Tells readline that the cursor has moved to a new line.
</simpara>
&readline.system-callback-support;
</refsect1>

<refsect1 role="parameters">
Expand Down
1 change: 1 addition & 0 deletions reference/readline/functions/readline-redisplay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<simpara>
Redraws readline to redraw the display.
</simpara>
&readline.system-callback-support;
</refsect1>

<refsect1 role="parameters">
Expand Down