Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring Readline #10

Open
4 tasks
amagura opened this issue Oct 27, 2017 · 0 comments
Open
4 tasks

Refactoring Readline #10

amagura opened this issue Oct 27, 2017 · 0 comments

Comments

@amagura
Copy link
Owner

amagura commented Oct 27, 2017

Issue Description

The code used in the readline egg was very old (some of it anyway) when I adopted it; I then refactored/rewrote what I could (according to my understanding of C at the time) to make it easier to maintain, extend, and improve. However, after reviewing readline bindings for other languages, I've begun to realize that this egg may not be as solid as I had hoped; therefore, I would like to begin working on a new major version of readline, featuring:

  • rudimentary syntax color support? (Is it worth it?)

    • when an odd number of parens are present in the current expression, the last paren (or odd one out) should be highlighted a shade of red.

    • symbols should be highlighted? Maybe?

  • Better signal handling (non-blocking) (see #9)

@amagura amagura added this to the readline-v3 milestone Oct 27, 2017
@amagura amagura self-assigned this Oct 27, 2017
@amagura amagura modified the milestones: readline-v3, readline-v5 Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant