Jouni Malinen
|
21611ea9fd
edit: Increase buffer size to 4096 bytes
|
11 years ago |
Jouni Malinen
|
ad0685e901
edit: Fix history processing on running old command
|
12 years ago |
Jouni Malinen
|
4c3b921ebf
edit: Add support for prompt string with internal line edit
|
13 years ago |
Janusz Dziedzic
|
2d2398a11f
edit: Add support for setting prompt string
|
13 years ago |
Jouni Malinen
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
13 years ago |
Jouni Malinen
|
1e1a0a4dc9
edit: Fix history prev/next selection
|
13 years ago |
Jouni Malinen
|
dfaeda0492
Fix couple of compiler warnings about uninitialized variables
|
14 years ago |
Jouni Malinen
|
e3acc8f1c8
edit: Clear edit line on deinit
|
14 years ago |
Jouni Malinen
|
566aef60ab
edit: Limit maximum number of history entries to 100
|
14 years ago |
Jouni Malinen
|
70de7d56fe
edit: Implement history file read/write
|
14 years ago |
Jouni Malinen
|
19ec1f262e
edit: Fix history prev selection
|
14 years ago |
Jouni Malinen
|
8953e9681a
edit: Move history save file specification to caller
|
14 years ago |
Jouni Malinen
|
ec9aac9468
edit: Use struct dl_list for history buffer
|
14 years ago |
Jouni Malinen
|
31e1206baa
edit: Fix delete_word when not in the end of line
|
14 years ago |
Jouni Malinen
|
464144a43b
edit: Add history buffer search
|
14 years ago |
Jouni Malinen
|
42034d6f60
edit: Clean up escape code parser
|
14 years ago |
Jouni Malinen
|
0bee81352f
edit: Split escape code parsing into a separate function
|
14 years ago |
Jouni Malinen
|
ef6ee3e5a3
edit: Sort completion list
|
14 years ago |
Jouni Malinen
|
9364990ace
edit: Really fix the completion of last character
|
14 years ago |
Jouni Malinen
|
414780027a
edit: Fix completion at the last character
|
14 years ago |
Jouni Malinen
|
89eb6b774d
edit: Fix delete word to update current position
|
14 years ago |
Jouni Malinen
|
e4f13f9256
edit: Fix completion of arguments other than the first one
|
14 years ago |
Jouni Malinen
|
73669f1b03
edit: Fix Home/End escape codes
|
14 years ago |
Jouni Malinen
|
7302a35ed4
edit: Add string completion support on tab
|
14 years ago |
Jouni Malinen
|
e8ecb5fb49
Move wpa_cli readline integration into src/utils/edit_readline.c
|
14 years ago |
Jouni Malinen
|
bdc45634f0
wpa_cli: Use edit API as a wrapper for optional readline
|
14 years ago |
Jouni Malinen
|
616e0e728e
edit: Redraw input line on ^L
|
14 years ago |
Jouni Malinen
|
82a855bda8
Move command line editing routines into src/utils/edit*.[ch]
|
14 years ago |