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

fix ANSI Escape sequences parsing and add support for line edit #98

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

rjokl
Copy link

@rjokl rjokl commented Jul 3, 2024

  • terminate ESC seq by char c >= 0x40 && c <= 0x7E
  • add support for line edit:
    • HOME/END
    • DELETE
    • cursor left/right by word

@RobSanders
Copy link
Collaborator

That's pretty cool. As soon as I can free up some cycles I need to review this for merging. One of the things I've been trying to find time for (and failed for 5 years) it to beef up the code to pickup and use screen size information for editing - especially for editing lines that are longer than the screen is wide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants