Skip to content
Discussion options

You must be logged in to vote

Good questions.

How different are the readline implementations from utils/readline/ and https://github.com/lmorg/readline?

utils/readline has quite a number of new features and bug fixes:

  • Windows is now fully supported in utils/readline whereas there are edge case bugs with syscalls and ANSI escape sequences with with lmorg/readline when in Windows
  • new features like event handling and preview panes
  • improved performance
  • a few bug fixes so edge cases shouldn't result in a panic

However the API is compatible so you "should" be able to use utils/readline as a drop in replacement for lmorg/readline

Is https://github.com/lmorg/readline still maintained?

Not really. Or at least not as an i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by itaranto
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants