]> git.ipfire.org Git - thirdparty/hostap.git/commit
edit: Fix completion at the last character
authorJouni Malinen <j@w1.fi>
Sat, 20 Nov 2010 09:59:04 +0000 (11:59 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Nov 2010 09:59:04 +0000 (11:59 +0200)
commit414780027ae635e9c5ec4f075bbe7e8f5026cb06
tree5b7c580e04d3c1072f1de38741f97e1089711c9b
parent89eb6b774dbde630cf66ba24c5ebeb5917978f6b
edit: Fix completion at the last character

Completion needs to be done even if the full word has been entered.
In addition, fix the space-after-full-word to properly allocate room
for the extra character when completion is used in the middle of the
string.
src/utils/edit.c