Skip to content

Conversation

@MadRajib
Copy link
Contributor

@MadRajib MadRajib commented Jul 1, 2025

This change adds support to serial console to handle delete
left & right arrow and backspace key by changing
result buffer based on the keypress and emulating the movement
with espace characters in the terminal.

This patch also takes care of buffer over flow handling by checking
the cur and index with the max available length for each operations.

This change adds support to serial console to handle delete
left & right arrow and backspace key by changing
result buffer based on the keypress and emulating the movement
with espace characters in the terminal.

This patch also takes care of buffer flow handling by checking
the cur and index with the max available length for each operations.
@MadRajib
Copy link
Contributor Author

MadRajib commented Jul 5, 2025

needs change to pass compilation.

@suchmememanyskill
Copy link
Owner

LGTM, thanks!

@suchmememanyskill suchmememanyskill merged commit 4093251 into suchmememanyskill:dev Jul 9, 2025
1 of 2 checks passed
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