#mouse scroll and arrows in alternate screen
7 messages · Page 1 of 1 (latest)
I think this stems from a misunderstanding of what the alternate screen mode is. The alternate screen mode does not maintain a scrollback area, and therefore ignores commands to scroll across that buffer. \0x1B \[ \A (written to the screen as ^[[A for readability) is the sequence of codes sent by the keyboard to your computer when you press the Up arrow key
Alternate screen mode isn't part of crossterm - it's part of the terminal
@woeful coyote