import libedit (editline)

Issue #111 open
Garrett D'Amore repo owner created an issue

editline (libedit) is needed by some apps. Most notably, we want/need this for dash.

It also turns out that libedit may make it easier to merge against upstream for other code bases (e.g. ssh/sftp). Not many things out there use libtecla, whereas libedit is widely adopted and even exposes a GNU readline compatible interface.

Comments (2)

  1. Log in to comment