Skip to content

Fix Home, End, and repeated page navigation - #151

Open
BuildScript (buildscript-dev) wants to merge 1 commit into
microsoft:mainfrom
buildscript-dev:fix/home-end-navigation
Open

Fix Home, End, and repeated page navigation#151
BuildScript (buildscript-dev) wants to merge 1 commit into
microsoft:mainfrom
buildscript-dev:fix/home-end-navigation

Conversation

@buildscript-dev

Copy link
Copy Markdown

Fixes #118.

Summary

  • handle standard ncurses KEY_HOME and KEY_END inputs in addition to the existing Ctrl+Home/Ctrl+End sequences
  • allow Page Up and Page Down to continue navigating while the keys repeat instead of stopping after ten pages
  • document the navigation keys in the built-in help view

Validation

  • git diff --check
  • CMake configuration attempted; this environment does not have the required ncurses development library (libncursesw.so.6), so a full local build could not be completed

@buildscript-dev
BuildScript (buildscript-dev) marked this pull request as ready for review August 22, 2026 16:25
@buildscript-dev

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

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.

Home and End do not work

1 participant