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

UI Automation in Windows Console and Windows Terminal: Make POSITION_FIRST and POSITION_LAST relative to visible text in FORMATTED consoles #13671

Closed

Commits on Jun 22, 2022

  1. Make POSITION_FIRST and POSITION_LAST relative to visible text in FOR…

    …MATTED consoles.
    
    The ability for users to explore all console text enabled by nvaccess#12669 has been well appreciated, but it poses problems in paginated output (less, more, etc.) as the review cursor jump to top/bottom commands are relative to the entire buffer, which can grow quite large. To ease review of paginated output, make these commands jump relative to visible (not full) text. Note that it is now impossible to jump quickly to the top/bottom of the entire buffer.
    Closes nvaccess#13157.
    codeofdusk committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1b74b44 View commit details
    Browse the repository at this point in the history