readline_on_new_line

Inform readline that the cursor has moved to a new line

Description

void readline_on_new_line()

Tells readline that the cursor has moved to a new line.

Parameters

This function has no parameters.

Return Values

No value is returned.

Notes

Note:

This function is only available if supported by the underlying readline library. It is not supported on Windows.