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
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<function>stream_select</function> as it allows interleaving of IO and
user input, unlike <function>readline</function>.
</para>
<para>
This function is unavailable on Windows and other systems that do not support
the readline callback feature.
</para>
</refsect1>

<refsect1 role="parameters">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Removes a previously installed callback handler and restores terminal
settings.
</para>
<para>
This function is unavailable on Windows and other systems that do not support
the readline callback feature.
</para>
</refsect1>

<refsect1 role="parameters">
Expand Down
4 changes: 4 additions & 0 deletions reference/readline/functions/readline-callback-read-char.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<function>readline_callback_handler_install</function> that a line
is ready for input.
</para>
<para>
This function is unavailable on Windows and other systems that do not support
the readline callback feature.
</para>
</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 @@
<para>
Gets the entire command line history.
</para>
<para>
This function is unavailable if this feature is not supported by readline on
your system.
</para>
</refsect1>

<refsect1 role="parameters">
Expand Down
4 changes: 4 additions & 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,10 @@
<para>
Tells readline that the cursor has moved to a new line.
</para>
<para>
This function is unavailable on Windows and other systems that do not support
the readline callback feature.
</para>
</refsect1>

<refsect1 role="parameters">
Expand Down
4 changes: 4 additions & 0 deletions reference/readline/functions/readline-redisplay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<para>
Redraws readline to redraw the display.
</para>
<para>
This function is unavailable on Windows and other systems that do not support
the readline callback feature.
</para>
</refsect1>

<refsect1 role="parameters">
Expand Down