Re: Confusion regarding the readline module

2008-05-06 Thread Diez B. Roggisch
Siddhant wrote: > Hi! > I am having some doubts related to the readline module. I hope someone > could clear them. > 1. What exactly does the readline.get_line_buffer() function do? Does > it return whatever is the current input by the user? If yes, then can > I use it to check the current inputs

Confusion regarding the readline module

2008-05-06 Thread Siddhant
Hi! I am having some doubts related to the readline module. I hope someone could clear them. 1. What exactly does the readline.get_line_buffer() function do? Does it return whatever is the current input by the user? If yes, then can I use it to check the current inputs of the user and base the next