input: pass through scrollback-* key bindings when alt screen is activw

Since the alt screen have no scrollback, all scrollback-* actions are
effectively no-ops when the alt screen is active.

Make them available to the client application instead.

Closes #573
This commit is contained in:
Daniel Eklöf 2021-06-04 23:25:45 +02:00
parent b5515a414a
commit a7e2e4bfa9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 36 additions and 12 deletions

View file

@ -95,6 +95,9 @@
* Ignore auto-detected URLs that overlap with OSC-8 URLs.
* Default value for the `notify` option to use `-a ${app-id} -i
${app-id} ...` instead of `-a foot -i foot ...`.
* `scrollback-*`+`pipe-scrollback` key bindings are now passed through
to the client application when the alt screen is active
(https://codeberg.org/dnkl/foot/issues/573).
### Deprecated