tab compleation input

ZeD vito.detullio at gmail.com
Mon Nov 13 15:11:24 EST 2006


Eli Criffield wrote:

> Here is what i want to do. I have a question in my program, and i want
> to do tab completion for the valid answers.

I think you may "play" width curses library: readline() read... while you
input a "newline", but you need to catch single keys (the "TAB" key,
foremost)

-- 
Under construction



More information about the Python-list mailing list