aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/edit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* edit: Fix history prev/next selectionJouni Malinen2011-10-151-6/+23
* Fix couple of compiler warnings about uninitialized variablesJouni Malinen2011-01-261-0/+1
* edit: Clear edit line on deinitJouni Malinen2010-11-211-0/+3
* edit: Limit maximum number of history entries to 100Jouni Malinen2010-11-211-2/+11
* edit: Implement history file read/writeJouni Malinen2010-11-211-0/+47
* edit: Fix history prev selectionJouni Malinen2010-11-211-4/+7
* edit: Move history save file specification to callerJouni Malinen2010-11-211-13/+5
* edit: Use struct dl_list for history bufferJouni Malinen2010-11-211-68/+70
* edit: Fix delete_word when not in the end of lineJouni Malinen2010-11-201-6/+10
* edit: Add history buffer searchJouni Malinen2010-11-201-1/+161
* edit: Clean up escape code parserJouni Malinen2010-11-201-114/+222
* edit: Split escape code parsing into a separate functionJouni Malinen2010-11-201-123/+273
* edit: Sort completion listJouni Malinen2010-11-201-0/+6
* edit: Really fix the completion of last characterJouni Malinen2010-11-201-1/+1
* edit: Fix completion at the last characterJouni Malinen2010-11-201-3/+3
* edit: Fix delete word to update current positionJouni Malinen2010-11-201-0/+2
* edit: Fix completion of arguments other than the first oneJouni Malinen2010-11-201-1/+1
* edit: Fix Home/End escape codesJouni Malinen2010-11-201-6/+6
* edit: Add string completion support on tabJouni Malinen2010-11-201-0/+126
* Move wpa_cli readline integration into src/utils/edit_readline.cJouni Malinen2010-11-141-0/+10
* wpa_cli: Use edit API as a wrapper for optional readlineJouni Malinen2010-11-141-0/+3
* edit: Redraw input line on ^LJouni Malinen2010-11-141-0/+5
* Move command line editing routines into src/utils/edit*.[ch]Jouni Malinen2010-11-141-0/+530