mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Give scroll-forward a less confusing name
ECMA-48 calls CSI S "scroll up", so use something like that but try to avoid ambiguity.
This commit is contained in:
@@ -198,7 +198,7 @@ Optional Commands
|
||||
|
||||
``\e[ Ps S``
|
||||
- indn
|
||||
- Scroll up Ps lines (aka ``SU`` but terminfo calls it "scroll forward")
|
||||
- Scroll up the content (not the viewport) Ps lines (aka ``SU`` but terminfo calls it "scroll forward")
|
||||
This enables the :ref:`scrollback-push <special-input-functions-scrollback-push>` special input function which is used by :kbd:`ctrl-l`.
|
||||
- ECMA-48
|
||||
* - ``\e[= Ps u``, ``\e[? Ps u``
|
||||
|
||||
Reference in New Issue
Block a user