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

Fixed: Make ScrollDown escape respect margins #3005

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 25, 2022

  1. Fixed: Make ScrollDown escape respect margins

    SD sequence (`${CSI}${N}T`) was scrolling the whole width
     of the terminal instead of just between the margins.
    RI sequence (`${ESC}M`, move cursor up 1 line) was doing the same.
    Fixed that.
    
    Fixes termux#2576 where in tmux scrolling one of several
     side-by-side panels down resulted in all visually scrolling.
    evg-zhabotinsky committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    1fcb231 View commit details
    Browse the repository at this point in the history