knz / go-libedit

Go wrapper around the BSD libedit replacement to GNU readline
Apache License 2.0
6 stars 6 forks source link

Bundle completion interface #12

Closed benesch closed 1 year ago

benesch commented 5 years ago

macOS 10.14 makes the fn_complete defined in libedit inaccessible. Reimplement it in terms of the public libedit API.


@knz I've already spent too long on this, but the idea seems viable. Hopefully you can take it from here. With a little more work we can modify the API to avoid the global variables.

knz commented 1 year ago

subsumed by #13.