]> git.ipfire.org Git - thirdparty/hostap.git/history - src/utils/edit.c
tests: HE AP parameters
[thirdparty/hostap.git] / src / utils / edit.c
2014-03-31  Jouni Malinenedit: Increase buffer size to 4096 bytes
2013-05-05  Jouni Malinenedit: Fix history processing on running old command
2012-08-05  Jouni Malinenedit: Add support for prompt string with internal line...
2012-08-05  Janusz Dziedzicedit: Add support for setting prompt string
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2011-10-15  Jouni Malinenedit: Fix history prev/next selection
2011-01-26  Jouni MalinenFix couple of compiler warnings about uninitialized...
2010-11-21  Jouni Malinenedit: Clear edit line on deinit
2010-11-21  Jouni Malinenedit: Limit maximum number of history entries to 100
2010-11-21  Jouni Malinenedit: Implement history file read/write
2010-11-21  Jouni Malinenedit: Fix history prev selection
2010-11-21  Jouni Malinenedit: Move history save file specification to caller
2010-11-21  Jouni Malinenedit: Use struct dl_list for history buffer
2010-11-20  Jouni Malinenedit: Fix delete_word when not in the end of line
2010-11-20  Jouni Malinenedit: Add history buffer search
2010-11-20  Jouni Malinenedit: Clean up escape code parser
2010-11-20  Jouni Malinenedit: Split escape code parsing into a separate function
2010-11-20  Jouni Malinenedit: Sort completion list
2010-11-20  Jouni Malinenedit: Really fix the completion of last character
2010-11-20  Jouni Malinenedit: Fix completion at the last character
2010-11-20  Jouni Malinenedit: Fix delete word to update current position
2010-11-20  Jouni Malinenedit: Fix completion of arguments other than the first one
2010-11-20  Jouni Malinenedit: Fix Home/End escape codes
2010-11-19  Jouni Malinenedit: Add string completion support on tab
2010-11-14  Jouni MalinenMove wpa_cli readline integration into src/utils/edit_r...
2010-11-14  Jouni Malinenwpa_cli: Use edit API as a wrapper for optional readline
2010-11-14  Jouni Malinenedit: Redraw input line on ^L
2010-11-14  Jouni MalinenMove command line editing routines into src/utils/edit...