readline.get_begidx()
readline.get_endidx()
Get the beginning or ending index of the completion scope. These indexes are the start and end arguments passed to the rl_attempted_completion_function
callback of the underlying library.
readline.get_begidx()
readline.get_endidx()
Get the beginning or ending index of the completion scope. These indexes are the start and end arguments passed to the rl_attempted_completion_function
callback of the underlying library.
Please login to continue.