readline.insert_text(string)
Insert text into the line buffer at the cursor position. This calls rl_insert_text()
in the underlying library, but ignores the return value.
readline.insert_text(string)
Insert text into the line buffer at the cursor position. This calls rl_insert_text()
in the underlying library, but ignores the return value.
Please login to continue.