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

Add PageUp and PageDown keys support #515

Merged
merged 4 commits into from
Jul 15, 2023
Merged

Add PageUp and PageDown keys support #515

merged 4 commits into from
Jul 15, 2023

Conversation

vinc
Copy link
Owner

@vinc vinc commented Jul 13, 2023

Pressing PageDown on the keyboard in the editor will scroll the screen, leaving only the previous last line at the top, and vice versa for PageUp. The keys are translated to ANSI CSI codes ^[5~ and ^[6~ respectively to be compatible with the serial console.

@vinc vinc changed the title A PageUp and PageDown key support Add PageUp and PageDown key support Jul 13, 2023
@vinc vinc changed the title Add PageUp and PageDown key support Add PageUp and PageDown keys support Jul 13, 2023
@vinc vinc marked this pull request as ready for review July 14, 2023 06:49
@vinc vinc merged commit 6138b65 into trunk Jul 15, 2023
1 check passed
@vinc vinc deleted the feature/page-up branch July 15, 2023 10:43
@vinc vinc mentioned this pull request Jul 23, 2023
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.

1 participant