command completion not work...???
drforbin opened this issue · 5 comments
drforbin commented
Running 4.1 current.
I compiled this on raspberrypi 1
The issue is I don't seem to have command completion like in bash.
This works when compiled on desktop gentoo.
Any ideas?
pkoning2 commented
Make sure "editline" (and "editline-dev" or some similar package name) is installed before you build.
drforbin commented
libedit?
pkoning2 commented
libedit?
Yes, I guess that's what it is called. The line editing package, non-GPL flavor of "readline".
drforbin commented
Thank you so much that worked.
pkoning2 commented
Thanks for the confirmation.