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

Fix Page Up/Down keys #165

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix Page Up/Down keys #165

wants to merge 3 commits into from

Commits on Dec 7, 2019

  1. Fix PgDown & PgUp keys.

    Signed-off-by: Mike Beattie <mike@ethernal.org>
    mjbnz committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    0af6ff8 View commit details
    Browse the repository at this point in the history
  2. Use new getLastDrawNode() function.

    Previously, if nothing was selected, the last item on the drawlist would
    always be selected because the check of scrpos would never match. It
    should have been "< bottomDrawLine - 1". Now it should correctly select
    the last item on the screen.
    
    Signed-off-by: Mike Beattie <mike@ethernal.org>
    mjbnz committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    2f8e176 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Update travis-before.sh - new tcl dev package

    Signed-off-by: Mike Beattie <mike@ethernal.org>
    mjbnz committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    66ee892 View commit details
    Browse the repository at this point in the history