Skip to content

Conversation

@gary7530
Copy link

This commit implements support for the Home, End, and Delete keys to improve command line navigation and editing.

Home Key: Moves the cursor to the beginning of the command line.
End Key: Moves the cursor to the end of the command line.
Delete Key: Removes the character at the current cursor position.

The changes include parsing the corresponding ANSI escape sequences in onEscapedInput within embedded_cli.c.

@funbiscuit
Copy link
Owner

Hello, thanks for your submission! CI is failing due to old dependencies so I can't merge it for now. I'll fix errors during this week, don't have much time now. If you want, you can bump actions versions in your branch and push the changes too.

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