CVS: tmda-cgi ChangeLog,1.44,1.45 configure,1.11,1.12
Gre7g Luterman <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi In directory sc8-pr-cvs1:/tmp/cvs-serv11272 Modified Files: ChangeLog configure Log Message: Added readline module to configure program. We now have tab-completion! Index: ChangeLog =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 14 Jun 2003 15:22:19 -0000 1.44 +++ ChangeLog 17 Jun 2003 02:19:55 -0000 1.45 @@ -1,3 +1,8 @@ +2003-06-16 Gre7g Luterman <[email protected]> + + * Added readline module to configure program. We now have tab- + completion! + 2003-06-14 Gre7g Luterman <[email protected]> * Fixed a bug that messed up URL confirmations for real users with Index: configure =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/configure,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- configure 30 May 2003 04:29:35 -0000 1.11 +++ configure 17 Jun 2003 02:19:55 -0000 1.12 @@ -149,6 +149,13 @@ import string import sys +try: + import readline + readline.set_completer_delims(" |=") + readline.parse_and_bind("tab: complete") +except ImportError: + pass + def Ask(Question, Str, ValProg = None, TestStr = None): "Ask for a member from the keyboard." _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs